Share via


LedgerAccrualTrans_Fiscal::getFirstDateAfterAllAccrualPeriods Method [AX 2012]

Gets the date of the first day after all accrual periods, based on the period length, type, calendar, and transaction date.

Syntax

server private static TransDate getFirstDateAfterAllAccrualPeriods(
    LedgerAccrualPeriodLength _accrualPeriodLength, 
    LedgerAccrualPeriodType _acrualPeriodType, 
    TransDate _transactionDate, 
    RecId _calendarRecId)

Run On

Server

Parameters

Return Value

Type: TransDate Extended Data Type
The first day after all accrual periods.

See Also

Reference

LedgerAccrualTrans_Fiscal Class