Financial Toolbox
  Go to function:
    Search    Help Desk 
isbusday    Examples   See Also

True for dates that are business days.

Syntax

Arguments

d
Date(s) being checked. Enter as a serial date number or date string. d can contain multiple dates, but they must all be in the same format.
hol
Vector of holidays and non-trading-day dates. All dates in hol must be the same format: either serial date numbers or date strings. (Using date numbers improves performance.) The holidays function supplies the default vector.

Description

t = isbusday(d, hol) returns logical true (1) if d is a business day and logical false (0) otherwise.

Examples

See Also

busdate, fbusdate, holidays, lbusdate



[ Previous | Help Desk | Next ]