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.
Calculates the difference between two dates in month units.
Syntax
client server public static int monthDifference(FromDate _fromDate, ToDate _toDate)
Run On
Called
Parameters
- _fromDate
Type: FromDate Extended Data Type
The from date from which to calculate the difference.
- _toDate
Type: ToDate Extended Data Type
The to date to which to calculate the difference.
Return Value
Type: int
The difference between two dates in month units.