[#BloombergLP-bdlt-Calendar-rendHolidayCodes-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Calendar.adoc[Calendar]::rendHolidayCodes :relfileprefix: ../../../ :mrdocs: Return the reverse end iterator for holiday codes on `date`. == Synopsis Declared in `<bdlt_calendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Calendar/HolidayCodeConstReverseIterator.adoc[Calendar::HolidayCodeConstReverseIterator] rendHolidayCodes(xref:BloombergLP/bdlt/Date.adoc[Date] const& date) const; ---- == Description Return a reverse iterator one before the first holiday code for `date`. 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 past‐the‐end reverse 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]#