Share via


AssetDepCalculation_JP.calcDepreciablePeriodYTD Method [AX 2012]

Calculates the number of depreciable period from the first period of current year to current period.

Syntax

protected int calcDepreciablePeriodYTD(int _indexOfPeriod)

Run On

Called

Parameters

  • _indexOfPeriod
    Type: int
    The index of current period.

Return Value

Type: int
The number of depreciable period from the first period of current year to current period.

Remarks

The current period is included.

See Also

Reference

AssetDepCalculation_JP Class