Return a reverse iterator to the first holiday on or before date.
Declared in <bdlt_calendar.h>
Calendar::HolidayConstReverseIterator
rbeginHolidays(Date const& date) const;
Return an iterator providing non-modifiable access to the first holiday that occurs on or before the specified date in this calendar. If this calendar has no such holiday, the returned iterator has the same value as that returned by rendHolidays(date). The behavior is undefined unless date is within the valid range of this calendar.
a reverse iterator to the first holiday on or before date
| Name | Description |
|---|---|
| date | starting date for the reverse holiday search |