Share via


ReqDemPlanDateConverter.addPeriods Method [AX 2012]

Adds date periods to a date.

Syntax

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

Run On

Called

Parameters

  • _baseDate
    Type: date
    The base date to add periods to.
  • _periodsToAdd
    Type: int
    The number of periods to add.

Return Value

Type: date
The new date value.

See Also

Reference

ReqDemPlanDateConverter Class