Checks if the given date in the form month, day, year is a business date
Introduced in release: 1.0 Component: Generic Purpose:
Checks if the given date in the form month, day, year is a business date (not a weekend and not a holiday).
Results:
Returns a 1 if the given date is a valid business date, or 0 if the date is a weekend or a holiday.
Error Conditions:
Returned values should be ignored for a non-zero status. See Errors.