Description
Obtains the hour in a time value. The hour is based on a 24-hour clock.
Syntax
Hour ( time )
Return value
Integer.
Returns an integer (00 to 23) whose value is the hour portion of time. If time is null, Hour returns null.
Examples
This statement returns the current hour:
Hour(Now())
This statement returns 19:
Hour(19:01:31)
See also
Hour method for DataWindows in the section called “Hour” in DataWindow Reference.