time module

time::subtract

Subtract a duration from a time value.

Syntax

RQL

Parameters

NameTypeDescription
time_valueTimeThe base time value
durationDurationThe duration to subtract

Return Value

Returns a Time value representing the result of subtracting the duration from the time.

Examples

$ Subtract a duration from a time
$ ctrl+enter to run

Related Functions