10 8 1 Adjust

LANSA Technical

10.8.1 Adjust

Adjust increments or decrements a date by the number of days specified

Input Parameters

Adjustment - Value to increment or decrement the date

Example

#Tomorrow := #Today.Adjust(1)

 

or

 

#Yesterday := #Today.Adjust(-1)

 

 

Ý 10.8 Date Intrinsic Functions