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

time::second

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

Syntax

RQL

Parameters

NameTypeDescription
time_valueTimeThe time value to extract the second from

Return Value

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

Examples

$ Extract the second
$ ctrl+enter to run

Related Functions