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

duration::days

Create a duration of the specified number of days.

Alias: duration::day

Syntax

RQL

Parameters

NameTypeDescription
countIntegerThe number of days for the duration.

Return Value

Returns a Duration representing the specified number of days.

Examples

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

Related Functions