PaymCalendarProcessor::getBitmapIndex Method [AX 2012]

Gets the index into the array of integers representing the bitmap for the specified day in the year.

client server private static int getBitmapIndex(int _targetDay)

Run On

Called

Parameters

_targetDay
Type: int
The day in the year.

Return Value

Type: int
The bitmap index.

The index will be enclosed in range of 1 through 12.

Show: