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

duration::seconds

Create a duration of the specified number of seconds.

Alias: duration::second

Syntax

RQL

Parameters

NameTypeDescription
countIntegerThe number of seconds for the duration.

Return Value

Returns a Duration representing the specified number of seconds.

Examples

$ Create a duration of seconds
$ ctrl+enter to run

Related Functions