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

time::minute

Extract the minute (0-59) from a time value.

Syntax

RQL

Parameters

NameTypeDescription
time_valueTimeThe time value to extract the minute from

Return Value

Returns an Integer representing the minute component (0-59) of the given time value.

Examples

$ Extract the minute
$ ctrl+enter to run

Related Functions