Return the number of days in the valid range of this calendar that are not considered business days ‐‐ i.e., are either holidays, weekend days, or both. Note that numNonBusinessDays() == length() ‐ numBusinessDays().

Synopsis

Declared in <bdlt_calendar.h>

int
numNonBusinessDays() const;

Created with MrDocs