[#BloombergLP-bdlt-PackedCalendar-rendHolidayCodes-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar]::rendHolidayCodes :relfileprefix: ../../../ :mrdocs: Return the reverse end iterator for holiday codes on `date`. == Synopsis Declared in `<bdlt_packedcalendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/PackedCalendar/HolidayCodeConstReverseIterator.adoc[PackedCalendar::HolidayCodeConstReverseIterator] rendHolidayCodes(xref:BloombergLP/bdlt/Date.adoc[Date] const& date) const; ---- == Description Return an iterator providing non‐modifiable access to the element one before the first holiday code associated with the specified `date`. The behavior is undefined unless `date` is marked as a holiday in this calendar. == Return Value the reverse end iterator for holiday codes on `date` == Parameters [cols="1,4"] |=== | Name| Description | *date* | date whose holiday‐code range is queried |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#