Share via


TAMVendRebateTable.checkValidDate Method

Validates whether the passed in dates are valid for this rebate.

Syntax

public boolean checkValidDate(date _startDate, date _endDate)

Run On

Called

Parameters

  • _startDate
    Type: date
    The start date to validate against the rebate.
  • _endDate
    Type: date
    The end date to validate against the rebate.

Return Value

Type: boolean
true if the passed in dates are valid; otherwise, false.

See Also

Reference

TAMVendRebateTable Table