rbeginBusinessDays overloads
Declared in <bdlt_packedcalendar.h>
Return an iterator to the last business day in this calendar.
PackedCalendar::BusinessDayConstReverseIterator
rbeginBusinessDays() const;
» more...
Return an iterator to the first business day on or before date.
PackedCalendar::BusinessDayConstReverseIterator
rbeginBusinessDays(Date const& date) const;
» more...
date| Name | Description |
|---|---|
| date | starting date for the reverse business-day search |