PaymCalendarProcessor.createHolidayCalendarBitmap Method [AX 2012]
Creates a bitmap representing the holidays for the specified calendar, year, state and city.
private container createHolidayCalendarBitmap(
PaymCalendarRecId _paymCalendarId,
int _year,
LogisticsAddressStateRecId _state,
LogisticsAddressCityRecId _city)
Run On
CalledParameters
- _paymCalendarId
- Type: PaymCalendarRecId Extended Data Type
The record ID of the PaymCalendar record of the payment calendar associated to the state and city holidays.
- _year
- Type: int
The specific year for the calendar.
- _state
- Type: LogisticsAddressStateRecId Extended Data Type
The record ID of the LogisticsAddressState record that specifies the state holidays.
- _city
- Type: LogisticsAddressCityRecId Extended Data Type
The record ID of the LogisticsAddresssCity record that specifies the city holidays.
Return Value
Type: containerA container that contains a bitmap wherein the bits that correspond to holidays are set to false.
Community Additions
ADD
Show: