Returns the minutes component of a time value as a number.
Syntax:
MINUTE( time )
Example:
MINUTE(23:59:58)
returns the number 59.
59