Increment or decrement the time
Member of Time Intrinsic Functions (PRIM_LIBI.ITimeIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Time | Resulting time |
Adjustment | *Input | Integer | Number of seconds to adjust by |
Adjust increments or decrements a time by the number of seconds specified.
In this example, one hour is added to the current time.
#OneHourLater := #Now.Adjust(3600)
Febuary 18 V14SP2