MCRRoyaltyTable.dateRangeValidation Method
Validates that the royalty is within the date range specified.
Syntax
public boolean dateRangeValidation(MCRRoyaltyTable _mcrRoyaltyTable, date _date)
Run On
Called
Parameters
- _mcrRoyaltyTable
Type: MCRRoyaltyTable Table
MCRRoyaltyContract for which dates are being checked againts.
- _date
Type: date
Date value passed in to be checked againts valid date range of royalty.
Return Value
Type: boolean
true if royalty is within specifeid dates; otherwise false.
Remarks
Validates date range for specified Royalty contract.