You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Time Intrinsic Functions - Adjust Method
Increment or decrement the time
Member of Time Intrinsic Functions (PRIM_LIBI.ITimeIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Time

Resulting time

Adjustment

*Input

Integer

Number of seconds to adjust by

Details


Adjust increments or decrements a time by the number of seconds specified.

Example


In this example, one hour is added to the current time.
#OneHourLater := #Now.Adjust(3600)

See also

All Component Classes
Technical Reference

  • No labels