Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.