datetime module

datetime::add

Add a duration to a datetime.

Syntax

RQL

Parameters

NameTypeDescription
datetime_valueDatetimeThe datetime to add the duration to
durationDurationThe duration to add

Return Value

Returns a Datetime representing the result of adding the duration to the datetime.

Examples

$ Add duration to datetime
$ ctrl+enter to run

Related Functions