AssetTableInterval_Fiscal.startDatePeriodFwd Method [AX 2012]
Adds the given number of years to the given date.
Syntax
public TransDate startDatePeriodFwd(TransDate _date, int _periodsToMove)
Run On
Called
Parameters
- _date
Type: TransDate Extended Data Type
The given date.
- _periodsToMove
Type: int
Number of periods by which the given date is moved.The unit is years.
Return Value
Type: TransDate Extended Data Type
Date after adding the number of years to the given date.