Hour(Time time)
Returns the hour part of the time value.
Parameters
- time
- The time that contains the hour you want to find.
Returns
Numeric
Remarks
The hour is in the range of 0 to 23.
Examples
Hour(ToTimeOfDay("2:03:29 pm"))
returns 14.
Returns the hour part of the time value.
Numeric
The hour is in the range of 0 to 23.
Hour(ToTimeOfDay("2:03:29 pm"))
returns 14.