[#BloombergLP-bdlt-Calendar-beginHolidays-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Calendar.adoc[Calendar]::beginHolidays :relfileprefix: ../../../ :mrdocs: `beginHolidays` overloads == Synopses Declared in `<bdlt_calendar.h>` Return an iterator providing non‐modifiable access to the first holiday in this calendar. If this calendar has no holidays, the returned iterator has the same value as that returned by `endHolidays()`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Calendar/HolidayConstIterator.adoc[Calendar::HolidayConstIterator] xref:BloombergLP/bdlt/Calendar/beginHolidays-02.adoc[beginHolidays]() const; ---- [.small]#xref:BloombergLP/bdlt/Calendar/beginHolidays-02.adoc[_» more..._]# 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. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Calendar/HolidayConstIterator.adoc[Calendar::HolidayConstIterator] xref:BloombergLP/bdlt/Calendar/beginHolidays-06.adoc[beginHolidays](xref:BloombergLP/bdlt/Date.adoc[Date] const& date) const; ---- [.small]#xref:BloombergLP/bdlt/Calendar/beginHolidays-06.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#