BudgetIntervalHelper::getBudgetIntervalStartAndEndDatesServer Method [AX 2012]

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

Syntax

server private static container getBudgetIntervalStartAndEndDatesServer(
    RecId _budgetCycleTimeSpanRecId, 
    BudgetInterval _interval, 
    TransDate _intervalDate)

Run On

Server

Parameters

Return Value

Type: container
A container with the starting Date value as the first element and the ending Date value as the second element.

Remarks

This is a server method and is used by the counterpart getBudgetIntervalStartAndEndDates method to determine the date interval.

This method will return the null Nothing nullptr unit a null reference (Nothing in Visual Basic) Date value if a valid date is not found.

See Also

Reference

BudgetIntervalHelper Class