Share via


AssetDepBookTableDepConv_HalfYearStart::calcPeriodHalfYear_start Method [AX 2012]

Calculates the depreciation amount, based on the Half-Year Start convention rule for the last period.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static AssetAmount calcPeriodHalfYear_start(
            AssetDepreciationBookId _assetDepreciationBookId, 
            TransDate _transDate, 
            AssetDepreciationTime _numberOfDays, 
            AssetAmount _basisForDepreciationRB, 
            AssetTableInterval _assetTableInterval)

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static AssetAmount calcPeriodHalfYear_start(
            AssetDepreciationBookId _assetDepreciationBookId, 
            TransDate _transDate, 
            AssetDepreciationTime _numberOfDays, 
            AssetAmount _basisForDepreciationRB, 
            AssetTableInterval _assetTableInterval)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static AssetAmount calcPeriodHalfYear_start(
            AssetDepreciationBookId _assetDepreciationBookId, 
            TransDate _transDate, 
            AssetDepreciationTime _numberOfDays, 
            AssetAmount _basisForDepreciationRB)

  Microsoft Dynamics AX 2012 (FPK)
          client server public static AssetAmount calcPeriodHalfYear_start(
            AssetDepreciationBookId _assetDepreciationBookId, 
            TransDate _transDate, 
            AssetDepreciationTime _numberOfDays, 
            AssetAmount _basisForDepreciationRB)

  Microsoft Dynamics AX 2012 (SYS)
          client server public static AssetAmount calcPeriodHalfYear_start(
            AssetDepreciationBookId _assetDepreciationBookId, 
            TransDate _transDate, 
            AssetDepreciationTime _numberOfDays, 
            AssetAmount _basisForDepreciationRB)

Run On

Called

Parameters

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

Return Value

Type: AssetAmount Extended Data Type
The depreciation amount, based on the Half-Year Start convention rule.

See Also

Reference

AssetDepBookTableDepConv_HalfYearStart Class