Share via


AssetDepBookTableDepConv.adjustLastDepreciationDatePartialPeriod Method [AX 2012]

Adjusts the projected depreciation date, based on the specified depreciation convention for a depreciation book that has a partial period.

Syntax

protected TransDate adjustLastDepreciationDatePartialPeriod(TransDate _endDate, real _partialPeriod)

Run On

Called

Parameters

  • _partialPeriod
    Type: real
    The depreciation book's remaining life.

Return Value

Type: TransDate Extended Data Type
The adjusted value of the last projected depreciation date.

Remarks

This method is used for the None and Half Year Start depreciation conventions.

See Also

Reference

AssetDepBookTableDepConv Class