beginBusinessDays overloads
Declared in <bdlt_packedcalendar.h>
Return an iterator to the first business day in this calendar.
PackedCalendar::BusinessDayConstIterator
beginBusinessDays() const;
» more...
Return an iterator to the first business day on or after date.
PackedCalendar::BusinessDayConstIterator
beginBusinessDays(Date const& date) const;
» more...
date| Name | Description |
|---|---|
| date | starting date for the business-day search |