MCRRoyaltyVendTable.checkValidDate Method
Validates whether the passed in dates are valid for this royalty.
Syntax
public boolean checkValidDate(date _startDate, date _endDate)
Run On
Called
Parameters
- _startDate
Type: date
The start date to validate against the royalty.
- _endDate
Type: date
The end date to validate against the royalty.
Return Value
Type: boolean
true if the passed in dates are valid; otherwise, false.