getNextBusinessDay overloads
Declared in <bdlt_packedcalendar.h>
Load the first business day after date into nextBusinessDay.
int
getNextBusinessDay(
Date* nextBusinessDay,
Date const& date) const;
» more...
Load the nth business day after date into nextBusinessDay.
int
getNextBusinessDay(
Date* nextBusinessDay,
Date const& date,
int nth) const;
» more...
0 on success, and a non-zero value otherwise
| Name | Description |
|---|---|
| nextBusinessDay | output for the next business day |
| date | date after which to search |
| nth | number of business days after date to find |