BudgetIntervalHelper::getBudgetIntervalStartAndEndDates Method [AX 2012]

Determines the correct starting and ending date interval for the specified ledger dimension.

Syntax

client server public static Array getBudgetIntervalStartAndEndDates(
    RecId _budgetCycleTimeSpanRecId, 
    BudgetInterval _interval, 
    TransDate _intervalDate)

Run On

Called

Parameters

Return Value

Type: Array Class
An array with the starting Date value as the first element and the ending Date value as the second element.

Remarks

This method will return the null Date value if a valid date is not found.

See Also

Reference

BudgetIntervalHelper Class