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