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

Called

Parameters

_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.

Return Value

Type: RecId Extended Data Type
An integer value that indicates the number of intervals.
Show: