Return an iterator to the first holiday in this calendar.

Synopsis

Declared in <bdlt_calendar.h>

Calendar::HolidayConstIterator
beginHolidays() const;

Description

Return an iterator providing non‐modifiable access to the first holiday in this calendar. If this calendar has no holidays, the returned iterator has the same value as that returned by endHolidays().

Return Value

an iterator to the first holiday in this calendar

Created with MrDocs