Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds a certain number of units to an initial date.
Syntax
public TransDate addToDate(
TransDate _initDate,
PeriodUnitCalc _periodUnit,
int _change)
Run On
Called
Parameters
- _initDate
Type: TransDate Extended Data Type
The initial date.
- _periodUnit
Type: PeriodUnitCalc Enumeration
The unit.
- _change
Type: int
The added quantity.
Return Value
Type: TransDate Extended Data Type
The result date.