[#BloombergLP-bdlt-PackedCalendar-rbeginHolidays-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar]::rbeginHolidays :relfileprefix: ../../../ :mrdocs: Return an iterator to the first holiday on or before `date`. == Synopsis Declared in `<bdlt_packedcalendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/PackedCalendar/HolidayConstReverseIterator.adoc[PackedCalendar::HolidayConstReverseIterator] rbeginHolidays(xref:BloombergLP/bdlt/Date.adoc[Date] const& date) const; ---- == Description Return an iterator providing non‐modifiable access to the first holiday that occurs on or before the specified `date` in this calendar. If this calendar has no such holiday, the returned iterator has the same value as that returned by `rendHolidays(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 before `date` == Parameters [cols="1,4"] |=== | Name| Description | *date* | starting date for the reverse holiday search |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#