Return the iterator to the first holiday on or after date.
Synopsis
Declared in <bdlt_calendar.h>
Calendar::HolidayConstIterator
beginHolidays(Date const& date) const;
Description
Return an iterator providing non‐modifiable access to the first holiday that occurs on or after the specified date in this calendar. If this calendar has no such holiday, the returned iterator has the same value as that returned by endHolidays(date). The behavior is undefined unless date is within the valid range of this calendar.
Return Value
an iterator to the first holiday on or after date
Parameters
Name |
Description |
date |
starting date for the holiday search |
Created with MrDocs