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