Hour
Hour Function
Calculates the hour of a given time value. The hour is expressed as an integer from 0 (12:00 AM midnight) to 23 (11 PM).
Syntax
Hour(scalar Date)
Arguments
| Argument | Description |
|---|---|
(scalar Date) | Date and time given as a decimal number |
Examples:
Hour(Now())
Returns the current system hour.