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

time::diff

Calculate the difference 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 difference between the two time values.

Examples

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

Related Functions