Share via


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

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.

See Also

Reference

AssetDepBookTableDepConv_HalfYearNext Class