BloombergLP::bdlt::Calendar::endBusinessDays

endBusinessDays overloads

Synopses

Declared in <bdlt_calendar.h>

Return an iterator providing non-modifiable access to the past-the-end business day in this calendar.

Calendar::BusinessDayConstIterator
endBusinessDays() const;
» more...

Return an iterator providing non-modifiable access to the first business day that occurs 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(). The behavior is undefined unless date is within the valid range of this calendar.

Calendar::BusinessDayConstIterator
endBusinessDays(Date const& date) const;
» more...