[#BloombergLP-bdlt-PackedCalendar-getNextBusinessDay-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::xref:BloombergLP/bdlt/PackedCalendar.adoc[PackedCalendar]::getNextBusinessDay :relfileprefix: ../../../ :mrdocs: `getNextBusinessDay` overloads == Synopses Declared in `<bdlt_packedcalendar.h>` Load, into the specified `nextBusinessDay`, the date of the first business day in this calendar following the specified `date`. Return 0 on success ‐‐ i.e., if such a business day exists, and a non‐zero value (with no effect on `nextBusinessDay`) otherwise. The behavior is undefined unless `date + 1` is both a valid `bdlt::Date` and within the valid range of this calendar. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlt/PackedCalendar/getNextBusinessDay-08.adoc[getNextBusinessDay]( xref:BloombergLP/bdlt/Date.adoc[Date]* nextBusinessDay, xref:BloombergLP/bdlt/Date.adoc[Date] const& date) const; ---- [.small]#xref:BloombergLP/bdlt/PackedCalendar/getNextBusinessDay-08.adoc[_» more..._]# Load, into the specified `nextBusinessDay`, the date of the specified `nth` business day in this calendar following the specified `date`. Return 0 on success ‐‐ i.e., if such a business day exists, and a non‐zero value (with no effect on `nextBusinessDay`) otherwise. The behavior is undefined unless `date + 1` is both a valid `bdlt::Date` and within the valid range of this calendar, and `0 < nth`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/bdlt/PackedCalendar/getNextBusinessDay-04.adoc[getNextBusinessDay]( xref:BloombergLP/bdlt/Date.adoc[Date]* nextBusinessDay, xref:BloombergLP/bdlt/Date.adoc[Date] const& date, int nth) const; ---- [.small]#xref:BloombergLP/bdlt/PackedCalendar/getNextBusinessDay-04.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#