Return an iterator to the last holiday in this calendar.
Synopsis
Declared in <bdlt_packedcalendar.h>
PackedCalendar::HolidayConstReverseIterator
rbeginHolidays() const;
Description
Return an iterator providing non‐modifiable access to the last holiday in this calendar. If this calendar has no holidays, the returned iterator has the same value as that returned by rendHolidays().
Return Value
an iterator to the last holiday in this calendar
Created with MrDocs