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

duration::subtract

Subtract one duration from another.

Syntax

RQL

Parameters

NameTypeDescription
aDurationThe duration to subtract from.
bDurationThe duration to subtract.

Return Value

Returns a Duration representing the difference between the two durations.

Examples

$ Subtract two durations
$ ctrl+enter to run

Related Functions