Result = Hour ( Arg AS Date ) AS Integer
Returns the hours of a Date value.
PRINT Now; " -> "; Hour(Now) 05/16/2002 22:31:30 -> 22