AssetDepBookTableDepConv_HalfYearNext.calcCurrencyAmount Method [AX 2012]
Calculates the asset's period depreciation amount in the correct currency.
Syntax
public AssetAmount calcCurrencyAmount(AssetAmount _amount, AssetDepreciationTime _periods)
Run On
Called
Parameters
- _amount
Type: AssetAmount Extended Data Type
The depreciation amount.
- _periods
Type: AssetDepreciationTime Extended Data Type
The period for which the depreciation value is calculated.
Return Value
Type: AssetAmount Extended Data Type
The depreciation amount for the given period.
Remarks
The _periods value is not used, because the depreciation amount already has the final value, and we don't have to multiply the amount and the _periods value either.