[#BloombergLP-bdlt-Calendar-endHolidays-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Calendar.adoc[Calendar]::endHolidays :relfileprefix: ../../../ :mrdocs: `endHolidays` overloads == Synopses Declared in `<bdlt_calendar.h>` Return an iterator providing non‐modifiable access to the past‐the‐end holiday in the chronological sequence of holidays maintained by this calendar. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Calendar/HolidayConstIterator.adoc[Calendar::HolidayConstIterator] xref:BloombergLP/bdlt/Calendar/endHolidays-07.adoc[endHolidays]() const; ---- [.small]#xref:BloombergLP/bdlt/Calendar/endHolidays-07.adoc[_» more..._]# Return an iterator providing non‐modifiable access to the first holiday that occurs 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()`. 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/endHolidays-00.adoc[endHolidays](xref:BloombergLP/bdlt/Date.adoc[Date] const& date) const; ---- [.small]#xref:BloombergLP/bdlt/Calendar/endHolidays-00.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#