[#BloombergLP-bdlt-Calendar-getNextBusinessDay-0d] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/Calendar.adoc[Calendar]::getNextBusinessDay :relfileprefix: ../../../ :mrdocs: Return the date of the first business day following the specified `initialDate`. For dates outside of the range of this calendar, only weekend days are considered non‐business days. The behavior is undefined if every day of the week is a weekend day, or if the resulting date would otherwise exceed the value `Date(9999, 12, 31)`. == Synopsis Declared in `<bdlt_calendar.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bdlt/Date.adoc[Date] getNextBusinessDay(xref:BloombergLP/bdlt/Date.adoc[Date] const& initialDate) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#