Hour
Function
Returns the hour for the specified time.
Syntax
value = Hour( expression )
Parameters
expression
any expression that resolves to a time HHMM format.
returns
the hour of the given time.
Examples
theHour = Hour( 1055 ) ' returns 10