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
- _restPeriod
Type: AssetDepreciationTime Extended Data Type
Number of remaining periods.
- _periodstart
Type: AssetTransDate Extended Data Type
Starting date of the period.
- _periods
Type: AssetDepreciationTime Extended Data Type
Number of periods.
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.