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

duration::get_days

Get the days component of a duration.

Syntax

RQL

Parameters

NameTypeDescription
durationDurationThe duration to extract the days component from.

Return Value

Returns an Integer representing the days component of the duration.

Examples

$ Get days from duration
$ ctrl+enter to run

Related Functions