PaymCalendarBitmap::getBitPosition Method [AX 2012]

Gets the bit position for the bitmask for the specified day in the year.

client server private static int getBitPosition(int _targetDay)

Run On

Called

Parameters

_targetDay
Type: int
The day in the year.

Return Value

Type: int
The bit position.

The bit position will be in the range of 1 through 32.

Show: