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

duration::hours

Create a duration of the specified number of hours.

Alias: duration::hour

Syntax

RQL

Parameters

NameTypeDescription
countIntegerThe number of hours for the duration.

Return Value

Returns a Duration representing the specified number of hours.

Examples

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

Related Functions