Share via


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

  • _assetTableInterval
    Type: AssetTableInterval Class
    The Buffer of the AssetTableInterval object that is used to check the mid of period for the fiscal year.

Return Value

Type: AssetDepreciationTime Extended Data Type
The depreciation amount that is based on the FullMonth convention rule.

See Also

Reference

AssetDepBookTableDepConv_FullMonth Class