[#BloombergLP-bdlt-Calendar-beginHolidayCodes-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Calendar.adoc[Calendar]::beginHolidayCodes :relfileprefix: ../../../ :mrdocs: `beginHolidayCodes` overloads == Synopses Declared in `<bdlt_calendar.h>` Return an iterator providing non‐modifiable access to the first holiday code for the specified `date` in this calendar. If there is no holiday code associated with `date`, the returned iterator has the same value as that returned by `endHolidayCodes(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/Calendar/HolidayCodeConstIterator.adoc[Calendar::HolidayCodeConstIterator] xref:BloombergLP/bdlt/Calendar/beginHolidayCodes-06.adoc[beginHolidayCodes](xref:BloombergLP/bdlt/Date.adoc[Date] const& date) const; ---- [.small]#xref:BloombergLP/bdlt/Calendar/beginHolidayCodes-06.adoc[_» more..._]# Return an iterator providing non‐modifiable access to the first holiday code for the holiday referenced by the specified `iter`. If there is no holiday code associated with the date referenced by `iter`, the returned iterator has the same value as that returned by `endHolidayCodes(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/Calendar/HolidayCodeConstIterator.adoc[Calendar::HolidayCodeConstIterator] xref:BloombergLP/bdlt/Calendar/beginHolidayCodes-01.adoc[beginHolidayCodes](xref:BloombergLP/bdlt/Calendar/HolidayConstIterator.adoc[HolidayConstIterator] const& iter) const; ---- [.small]#xref:BloombergLP/bdlt/Calendar/beginHolidayCodes-01.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#