Increment or decrement the date
Member of Date Intrinsic Functions (PRIM_LIBI.IDateIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Date | Resulting date |
Adjustment | *Input | Integer | Number of days to adjust by |
Adjust increments or decrements a date by the number of days specified.
#Tomorrow := #Today.Adjust(1)
or
#Yesterday := #Today.Adjust(-1)
Febuary 18 V14SP2