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

time::age

Calculate the duration between two time values.

Syntax

RQL

Parameters

NameTypeDescription
time_aTimeThe first time value
time_bTimeThe second time value

Return Value

Returns a Duration representing the time between the two time values.

Examples

$ Calculate duration between two times
$ ctrl+enter to run

Related Functions