Minute(Time time)
Returns the minute part of the time value.
Parameters
- time
- The time that contains the minute you want to find.
Returns
Numeric
Remarks
The minute is in the range from 0 to 59.
Examples
Minute(ToTimeOfDay("2:03:29 pm"))returns 3.
Returns the minute part of the time value.
Numeric
The minute is in the range from 0 to 59.
Minute(ToTimeOfDay("2:03:29 pm")) returns 3.