ReqDemPlanDateConverter.addPeriods Method [AX 2012]

Adds date periods to a date.

public date addPeriods(
    date _baseDate, 
    ReqDemPlanDateGranularity _granularity, 
    int _periodsToAdd)

Run On

Called

Parameters

_baseDate
Type: date
The base date to add periods to.
_granularity
Type: ReqDemPlanDateGranularity Enumeration
The date granularity.
_periodsToAdd
Type: int
The number of periods to add.

Return Value

Type: date
The new date value.

Community Additions

ADD
Show: