rendBusinessDays overloads
Declared in <bdlt_packedcalendar.h>
Return an iterator providing non-modifiable access to the element one before the first business day in this calendar.
PackedCalendar::BusinessDayConstReverseIterator
rendBusinessDays() const;
» more...
Return an iterator providing non-modifiable access to the first business day that occurs before 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 rendBusinessDays(). The behavior is undefined unless date is within the valid range of this calendar.
PackedCalendar::BusinessDayConstReverseIterator
rendBusinessDays(Date const& date) const;
» more...