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

duration::get_months

Get the months component of a duration.

Syntax

RQL

Parameters

NameTypeDescription
durationDurationThe duration to extract the months component from.

Return Value

Returns an Integer representing the months component of the duration.

Examples

$ Get months from duration
$ ctrl+enter to run

Related Functions