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

duration::months

Create a duration of the specified number of months.

Alias: duration::month

Syntax

RQL

Parameters

NameTypeDescription
countIntegerThe number of months for the duration.

Return Value

Returns a Duration representing the specified number of months.

Examples

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

Related Functions