[#BloombergLP-bdlt-PackedCalendar-beginHolidays-042] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar]::beginHolidays :relfileprefix: ../../../ :mrdocs: Return an iterator providing non‐modifiable access to the first holiday that occurs on or after the specified `date` in this calendar. If this calendar has no such holiday, the returned iterator has the same value as that returned by `endHolidays(date)`. The behavior is undefined unless `date` is within the valid range of this calendar. == Synopsis Declared in `<bdlt_packedcalendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/PackedCalendar/HolidayConstIterator.adoc[PackedCalendar::HolidayConstIterator] beginHolidays(xref:BloombergLP/bdlt/Date.adoc[Date] const& date) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#