MINUTE


Description Returns the minute that corresponds to the supplied date.

Syntax MINUTE ( serial_number )
Argument Description
serial_number The time as a serial number. The decimal portion of the number represents time as a fraction of the day.

Remarks The result is an integer ranging from 0 to 59.

Examples This function returns 36:

MINUTE(34506.4)

This function returns 48:

MINUTE(34399.825)

See Also DAY, HOUR, MONTH, NOW, SECOND, WEEKDAY, YEAR