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