Obtains the number of minutes in the minutes portion of a time value.
Minute ( time )
Argument | Description |
time | The time value from which you want the minutes |
Data type:Integer
Returns the minutes portion of time (00 to 59).
Example
This expression returns 1:
Minute(19:01:31)
Last modified:
23 May 2021