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

time::add

Add a duration to a time value.

Syntax

RQL

Parameters

NameTypeDescription
time_valueTimeThe base time value
durationDurationThe duration to add

Return Value

Returns a Time value representing the result of adding the duration to the time.

Examples

$ Add a duration to a time
$ ctrl+enter to run

Related Functions