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