[#BloombergLP-bdlt-Calendar-rendBusinessDays-08] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Calendar.adoc[Calendar]::rendBusinessDays :relfileprefix: ../../../ :mrdocs: `rendBusinessDays` overloads == Synopses Declared in `<bdlt_calendar.h>` Return an iterator providing non‐modifiable access to the element one before the first business day in this calendar. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Calendar/BusinessDayConstReverseIterator.adoc[Calendar::BusinessDayConstReverseIterator] xref:BloombergLP/bdlt/Calendar/rendBusinessDays-00.adoc[rendBusinessDays]() const; ---- [.small]#xref:BloombergLP/bdlt/Calendar/rendBusinessDays-00.adoc[_» more..._]# Return a reverse iterator to the first business day before `date`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Calendar/BusinessDayConstReverseIterator.adoc[Calendar::BusinessDayConstReverseIterator] xref:BloombergLP/bdlt/Calendar/rendBusinessDays-0e.adoc[rendBusinessDays](xref:BloombergLP/bdlt/Date.adoc[Date] const& date) const; ---- [.small]#xref:BloombergLP/bdlt/Calendar/rendBusinessDays-0e.adoc[_» more..._]# == Return Value * a reverse past‐the‐end business‐day iterator * a reverse iterator to the first business day before `date` == Parameters [cols="1,4"] |=== | Name| Description | *date* | date before which to find a business day |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#