AssetDepreciationProfile::isReducingBalanceDepreciationMethod Method
Checks whether the depreciation method is of a reducing balance depreciation type.
Syntax
client server public static boolean isReducingBalanceDepreciationMethod(AssetDepreciationMethod _depreciationMethod)
Run On
Called
Parameters
- _depreciationMethod
Type: AssetDepreciationMethod Enumeration
The depreciation method for which to be checked.
Return Value
Type: boolean
true if the depreciation method is reducing method; otherwise; false.