rendHolidays overloads
Declared in <bdlt_packedcalendar.h>
Return an iterator providing non-modifiable access to the element one before the first holiday in this calendar.
PackedCalendar::HolidayConstReverseIterator
rendHolidays() const;
» more...
Return an iterator to the first holiday before date.
PackedCalendar::HolidayConstReverseIterator
rendHolidays(Date const& date) const;
» more...
date| Name | Description |
|---|---|
| date | date before which to find a holiday |