[#BloombergLP-bdlt-PackedCalendar-rbeginHolidayCodes-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar]::rbeginHolidayCodes :relfileprefix: ../../../ :mrdocs: `rbeginHolidayCodes` overloads == Synopses Declared in `<bdlt_packedcalendar.h>` Return an iterator providing non‐modifiable access to the last holiday code associated with the specified `date` in this calendar. If there are no holiday codes associated with `date`, the returned iterator has the same value as that returned by `rendHolidayCodes(date)`. The behavior is undefined unless `date` is marked as a holiday in this calendar. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/PackedCalendar/HolidayCodeConstReverseIterator.adoc[PackedCalendar::HolidayCodeConstReverseIterator] xref:BloombergLP/bdlt/PackedCalendar/rbeginHolidayCodes-0b.adoc[rbeginHolidayCodes](xref:BloombergLP/bdlt/Date.adoc[Date] const& date) const; ---- [.small]#xref:BloombergLP/bdlt/PackedCalendar/rbeginHolidayCodes-0b.adoc[_» more..._]# Return an iterator providing non‐modifiable access to the last holiday code associated with the holiday referenced by the specified `iter`. If there are no holiday codes associated with the date referenced by `iter`, the returned iterator has the same value as that returned by `rendHolidayCodes(iter)`. The behavior is undefined unless `iter` refers to a valid holiday of this calendar. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/PackedCalendar/HolidayCodeConstReverseIterator.adoc[PackedCalendar::HolidayCodeConstReverseIterator] xref:BloombergLP/bdlt/PackedCalendar/rbeginHolidayCodes-07.adoc[rbeginHolidayCodes](xref:BloombergLP/bdlt/PackedCalendar/HolidayConstIterator.adoc[HolidayConstIterator] const& iter) const; ---- [.small]#xref:BloombergLP/bdlt/PackedCalendar/rbeginHolidayCodes-07.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#