Programming Reference Manual
 
Syntax
 
Hour(dateexpr)
 
Description
Return the hour of the day (0 to 23).
 
Parameter
Description
deteexpr
Return the hour of the month for this date value. If this value is Null then Null is returned. 
See Also
Example
 
Sub Main
    Debug.Print Hour(#12:00:01 AM#) ' 0
End Sub