Home / lang / hour 
Hour
Syntax
Result = Hour ( Arg AS Date ) AS Integer

Returns the hours of a Date value.

Example
PRINT Now; " -> "; Hour(Now)

05/16/2002 22:31:30 -> 22


See also
Date & Time Functions