hour() Function

Returns the hour from the time specified.

Syntax

hour( time )

time: (Time) A time or date & time value from which the hour is extracted.

Returns

Integer

Notes

The hour is expressed in 24-hour time (0 for midnight, 13 for 1 PM).

No time shift occurs.

Examples

You can experiment with this function in the test box below.

Test Input

hour(time(14,20,23)) returns 14

Open in Github Built: Fri, Mar 11, 2022 (04:59:07 PM)

On This Page

FEEDBACK