AssetDepBookTableDepConv_FullMonth::calcPeriodFullMonth Method [AX 2012]
This method is used to calculate the depreciation amount that is based on the FullMonth convention rule for the last period.
Syntax
client server public static AssetDepreciationTime calcPeriodFullMonth(
AssetDepreciationBookId _assetDepreciationBookId,
TransDate _transDate,
AssetTableInterval _assetTableInterval,
AssetUsedFromDate _usedFromDate)
Run On
Called
Parameters
- _assetDepreciationBookId
Type: AssetDepreciationBookId Extended Data Type
The BookId value for which the depreciation must be calculated.
- _transDate
Type: TransDate Extended Data Type
The depreciation transaction date.
- _assetTableInterval
Type: AssetTableInterval Class
The Buffer of the AssetTableInterval object that is used to check the mid of period for the fiscal year.
- _usedFromDate
Type: AssetUsedFromDate Extended Data Type
The date from which asset is being used.
Return Value
Type: AssetDepreciationTime Extended Data Type
The depreciation amount that is based on the FullMonth convention rule.