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.
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.