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

duration::scale

Scale a duration by a numeric factor.

Syntax

RQL

Parameters

NameTypeDescription
durationDurationThe duration to scale.
factorNumberThe numeric factor to scale by.

Return Value

Returns a Duration scaled by the given factor.

Examples

$ Scale a duration
$ ctrl+enter to run

Related Functions