10.10.1 Adjust
Adjust increments or decrements a time by the number of seconds specified
Input Parameters
Adjustment - Value to increment or decrement the time
Example
In this example, if #Time contained 12:34:56, the result would be 12:33:56:
#Later := #Time.Adjust( 60 )
Ý 10.10 Time Intrinsic Functions