[#BloombergLP-bdlt-PackedCalendar-beginBusinessDays-0a] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar]::beginBusinessDays :relfileprefix: ../../../ :mrdocs: `beginBusinessDays` overloads == Synopses Declared in `<bdlt_packedcalendar.h>` Return an iterator providing non‐modifiable access to the first business day in this calendar. If this calendar has no valid business days, the returned iterator has the same value as that returned by `endBusinessDays()`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/PackedCalendar/BusinessDayConstIterator.adoc[PackedCalendar::BusinessDayConstIterator] xref:BloombergLP/bdlt/PackedCalendar/beginBusinessDays-09c.adoc[beginBusinessDays]() const; ---- [.small]#xref:BloombergLP/bdlt/PackedCalendar/beginBusinessDays-09c.adoc[_» more..._]# Return an iterator providing non‐modifiable access to the first business day that occurs on or after the specified `date` in this calendar. If this calendar has no such business day, the returned iterator has the same value as that returned by `endBusinessDays(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/PackedCalendar/BusinessDayConstIterator.adoc[PackedCalendar::BusinessDayConstIterator] xref:BloombergLP/bdlt/PackedCalendar/beginBusinessDays-090.adoc[beginBusinessDays](xref:BloombergLP/bdlt/Date.adoc[Date] const& date) const; ---- [.small]#xref:BloombergLP/bdlt/PackedCalendar/beginBusinessDays-090.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#