Share via


AssetDepBookTableDepConv_FullMonth.calcRestPeriod Method [AX 2012]

Calculates the adjustment to asset's remaining life.

Syntax

public AssetDepreciationTime calcRestPeriod(
    AssetDepreciationTime _restPeriod, 
    AssetTransDate _periodstart, 
    AssetDepreciationTime _periods)

Run On

Called

Parameters

Return Value

Type: AssetDepreciationTime Extended Data Type
Adjusted asset's remaining life.

Remarks

For Full Month convention, number of periods over the total number of periods in the current year, determines the adjusted asset remaining life.

Monthly and Fiscal Period frequency should always return 1 as they will always represent fully depreciated month/period.

Thus, the base class calculation is used for these frequencies.

See Also

Reference

AssetDepBookTableDepConv_FullMonth Class