Share via


AssetDepBookTableDepConv_MidMonth_15th::calcPeriodMidMonth_15th Method [AX 2012]

Calculates the depreciation amount based on Mid-Month convention rule for last period.

Syntax

client server public static AssetAmount calcPeriodMidMonth_15th(
    AssetDepreciationBookId _assetDepreciationBookId, 
    TransDate _transDate, 
    AssetDepreciationTime _numberOfMonths, 
    AssetAmount _basisForDepreciationRB, 
    AssetUsedFromDate _usedFromDate, 
    boolean _isDisposalSameYear)

Run On

Called

Parameters

  • _isDisposalSameYear
    Type: boolean
    Indicates whether asset acquisition and disposal are in same year.

Return Value

Type: AssetAmount Extended Data Type
The depreciation amount, based on Mid-Month convention rule.

See Also

Reference

AssetDepBookTableDepConv_MidMonth_15th Class