Share via


AssetDepBookTableDepConv_HalfYearStart.getDateOfLastDepreciation Method [AX 2012]

Gets the date of the last depreciation for a given value model.

Syntax

public TransDate getDateOfLastDepreciation(
    TransDate _depreciationDate, 
    AssetDepreciationTime _periods, 
   [boolean _isRB_Calc])

Run On

Called

Parameters

  • _isRB_Calc
    Type: boolean
    A Boolean value that indicates whether the depreciation is of the reducing balance type; optional.

Return Value

Type: TransDate Extended Data Type
The transaction date of the final year of depreciation.

See Also

Reference

AssetDepBookTableDepConv_HalfYearStart Class