endBusinessDays overloads
Declared in <bdlt_packedcalendar.h>
Return an iterator providing non-modifiable access to the past-the-end business day in this calendar.
PackedCalendar::BusinessDayConstIterator
endBusinessDays() const;
» more...
Return an iterator to the first business day after date.
PackedCalendar::BusinessDayConstIterator
endBusinessDays(Date const& date) const;
» more...
date| Name | Description |
|---|---|
| date | date after which to find a business day |