DRAFTThis page is not published. Only visible in development mode.
time module

time::hour

Extract the hour (0-23) from a time value.

Syntax

RQL

Parameters

NameTypeDescription
time_valueTimeThe time value to extract the hour from

Return Value

Returns an Integer representing the hour component (0-23) of the given time value.

Examples

$ Extract the hour
$ ctrl+enter to run

Related Functions