numBusinessDays overloads
Declared in <bdlt_packedcalendar.h>
Return the number of business days in the valid range of this calendar.
int
numBusinessDays() const;
» more...
Return the number of business days in [beginDate .. endDate].
int
numBusinessDays(
Date const& beginDate,
Date const& endDate) const;
» more...
[beginDate .. endDate]| Name | Description |
|---|---|
| beginDate | first date of the queried range |
| endDate | last date of the queried range |