HOUR
Deprecated version
This document refers to a deprecated version of the RQL programming language.
Please go here for documentation related to the latest supported version.
Extract the hour component (as an integer) from a time or timestamp.
Syntax
HOUR(<time or timestamp>)
Example
hour(time "21:02:01") // 21