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

time::new

Create a new time from hour, minute, and second components.

Syntax

RQL

Parameters

NameTypeDescription
hourIntegerThe hour component (0-23)
minuteIntegerThe minute component (0-59)
secondIntegerThe second component (0-59)

Return Value

Returns a Time value constructed from the given hour, minute, and second components.

Examples

$ Create a new time
$ ctrl+enter to run

Related Functions