Share via


AssetDepBookTableDepConv.getDateOfLastDepreciation Method [AX 2012]

Indicates whether the date of the last depreciation for a given depreciation book.

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 deprecation is of reducing balance type; optional.

Return Value

Type: TransDate Extended Data Type
true if the transaction is in the final year of depreciation; otherwise, false.

See Also

Reference

AssetDepBookTableDepConv Class