This function returns an integer representing the minute when the fraction
of the expression is interpreted as a time
according to the standard number interpretation.
Syntax:
minute(expression)
Example
Result
minute (
'09:14:36' )
returns 14
minute (
'0.5555' )
returns 19 ( Because 0.5555 = 13:19:55 )
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!