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

duration::minutes

Create a duration of the specified number of minutes.

Alias: duration::minute

Syntax

RQL

Parameters

NameTypeDescription
countIntegerThe number of minutes for the duration.

Return Value

Returns a Duration representing the specified number of minutes.

Examples

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

Related Functions