[#BloombergLP-bdlt-PackedCalendar-rendBusinessDays-0c] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar]::rendBusinessDays :relfileprefix: ../../../ :mrdocs: 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. == Synopsis Declared in `<bdlt_packedcalendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/PackedCalendar/BusinessDayConstReverseIterator.adoc[PackedCalendar::BusinessDayConstReverseIterator] rendBusinessDays(xref:BloombergLP/bdlt/Date.adoc[Date] const& date) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#