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