PaymCalendarBitmap::construct Method [AX 2012]

Retrieves an instance of the PaymCalendarBitmap class.

client server public static PaymCalendarBitmap construct(
    DueDate _dueDate, 
    PaymentDueDateUpdatePolicy _updatePolicy, 
    container _calendarBitmap)

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.
_calendarBitmap
Type: container
A container that contains a bitmap in that the bits that correspond to business days are set to true.
The bitmap contains a bit for each day of the year in ascending order.

Return Value

Type: PaymCalendarBitmap Class
A new instance of the PaymCalendarBitmap class.

Sets up internal values for adjusting a due date for a specified calendar.

Show: