ProjBudgetManager::getTotalInterval Method [AX 2012]
Gets the number of intervals between two dates.
client server public static RecId getTotalInterval(
ProjAllocationMethod _projAllocationMethod,
TransDate _allocationStartDate,
TransDate _allocationEndDate)
Run On
CalledParameters
- _projAllocationMethod
- Type: ProjAllocationMethod Enumeration
A ProjAllocationMethod enumeration value that specifies the allocation method.
- _allocationStartDate
- Type: TransDate Extended Data Type
The start date of the allocation.
- _allocationEndDate
- Type: TransDate Extended Data Type
The end date of the allocation.
Show: