Return the number of business days in the valid range of this calendar.
Synopsis
Declared in <bdlt_packedcalendar.h>
int
numBusinessDays() const;
Description
Return the number of days in the valid range of this calendar that are considered business days ‐‐ i.e., are neither holidays nor weekend days. Note that numBusinessDays() == length() ‐ numNonBusinessDays().
Return Value
the number of business days in the valid range
Created with MrDocs