beginBusinessDays overloads
Synopses
Declared in <bdlt_packedcalendar.h>
Return an iterator to the first business day in this calendar.
Return an iterator to the first business day on or after date.
PackedCalendar::BusinessDayConstIterator
beginBusinessDays(Date const& date) const;
Return Value
-
an iterator to the first business day in this calendar
-
an iterator to the first business day on or after
date
Parameters
Name |
Description |
date |
starting date for the business‐day search |
Created with MrDocs