Syntax: @HOUR(DT)
DT = a date/time value
@HOUR returns the hours (0 - 23, where 0 represents midnight) component of the date/time value DT.
Examples:
@HOUR(.25) = 6
@HOUR(0) = 0
@HOUR(.99) = 23