MCRRoyaltyTable.validateDates Method
Validates all dates on a royalty are entered so that the from date is less than the to date.
Syntax
private boolean validateDates(TransDate _fromDate, TransDate _toDate)
Run On
Called
Parameters
- _fromDate
Type: TransDate Extended Data Type
TransDate that specifies the start of a royalty contract.
- _toDate
Type: TransDate Extended Data Type
TransDate that specifies the end of a royalty contract.
Return Value
Type: boolean
true if _fromDate is before _toDate; otherwise, false.
Remarks
The _toDate should never be less than the _fromDate.