AssetTableInterval_Calendar.hasYearChanged Method [AX 2012]
Determines whether two dates are in different fiscal or calendar years.
Syntax
public boolean hasYearChanged(AssetTransDate _oldDate, AssetTransDate _newDate)
Run On
Called
Parameters
- _oldDate
Type: AssetTransDate Extended Data Type
The first date to check.
- _newDate
Type: AssetTransDate Extended Data Type
The second date to check.
Return Value
Type: boolean
true if the dates are in different fiscal or calendar years; otherwise, false.