Hour
Returns the hour, on the 24-hour clock, for the date/time entered as a parameter (from 0 to 23).
Syntax
Hour(dateTime)Heure(dateTime)
dateTime = date/time date/time for which you want to extract the hour portion
Remarks
If you want to retrieve the current hour, you can use the Now function as a parameter.
Example
Hour(Now()) = current hour; at 14:51, returns 14Heure(Now()+0.5) = hour 12 hours in the future; at 13:00, returns 1