PaymCalendarProcessor.getCalendarBitmap Method [AX 2012]

Gets a calendar bitmap for the specified values.

private PaymCalendarBitmap getCalendarBitmap(
    DueDate _dueDate, 
    PaymentDueDateUpdatePolicy _updatePolicy, 
    PaymCalendar _paymCalendar, 
    LogisticsPostalAddress _address, 
    boolean _includeStateCityHoliday)

Run On

Called

Parameters

_dueDate
Type: DueDate Extended Data Type
The original due date.
_updatePolicy
Type: PaymentDueDateUpdatePolicy Enumeration
A value that specifies the search direction when seeking the next valid business day.
_paymCalendar
Type: PaymCalendar Table
The payment calendar that specifies the business and holiday days.
_address
Type: LogisticsPostalAddress Table
The LogisticsPostalAddress record.
_includeStateCityHoliday
Type: boolean
true if state and city holidays should be considered; otherwise, false.

Return Value

Type: PaymCalendarBitmap Class
An instance of the calendar bitmap.

Community Additions

ADD
Show: