BloombergLP::bdlt::PackedCalendar::beginBusinessDays

beginBusinessDays overloads

Synopses

Declared in <bdlt_packedcalendar.h>

Return an iterator to the first business day in this calendar.

PackedCalendar::BusinessDayConstIterator
beginBusinessDays() const;
» more...

Return an iterator to the first business day on or after date.

PackedCalendar::BusinessDayConstIterator
beginBusinessDays(Date const& date) const;
» more...

Return Value

  • an iterator to the first business day in this calendar
  • an iterator to the first business day on or after date

Parameters

NameDescription
datestarting date for the business-day search