Share via


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

Return Value

Type: boolean
true if _fromDate is before _toDate; otherwise, false.

Remarks

The _toDate should never be less than the _fromDate.

See Also

Reference

MCRRoyaltyTable Table