RPayExcludeDays.updateExcludedPeriods Method [AX 2012]
Adds excluded period to the set.
Syntax
protected void updateExcludedPeriods(
StartDate _startdate,
EndDate _endDate,
Days _days,
str _periodName)
Run On
Called
Parameters
- _startdate
Type: StartDate Extended Data Type
Start date of period.
- _endDate
Type: EndDate Extended Data Type
End date of period.
- _days
Type: Days Extended Data Type
Number of days of excluded period.
- _periodName
Type: str
The name of excluded period.