Calculates the number of business days between two dates
Introduced in release: 1.0 Component: Generic Purpose:
Computes the number of business days (non-weekends and non-holidays) between two dates in the format month, day, year.
Special Considerations:
Both input dates must be business dates.
Results:
Returns an integer (positive, negative or zero) representing the number of business days between the first date and the second date.
Error Conditions:
Returned values should be ignored for a non-zero status. See Errors.