Return an iterator to the first business day in this calendar.
Synopsis
Declared in <bdlt_packedcalendar.h>
PackedCalendar::BusinessDayConstIterator
beginBusinessDays() const;
Description
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().
Return Value
an iterator to the first business day in this calendar
Created with MrDocs