Hour() |
Working with Formulas > Functions Used in Formulas > Date/Time Functions > Hour()
HOUR() returns the hour corresponding to the date input.
Function Format
HOUR(date)
Return Value
HOUR() returns an integer
Examples
HOUR(DATE(2007, 07, 04, 12, 30, 22)) = 12
HOUR(DATE(2007, 12, 25, 8, 10, 20)) = 8 |