Add Time

Description

Add time in hours, minutes, seconds, milliseconds or nanoseconds to a variable of type Date Time.

Event Options

Variable

The timestamp you wish to add time to.

Value

The number of hours, minutes, seconds, milliseconds or nanoseconds to add to the Variable.

Type

Whether to add hours, minutes, seconds, milliseconds or nanoseconds.

Example

Variable

1985‑09‑25 17:45:30.005

Value

3

Type

hours

After running the event with the above options, the Variable option will be updated to hold the 1985‑09‑25 20:45:30.005 i.e. the provided timestamp + 3 hours

Last updated