generateFromDayOfWeekAfterDayOfMonth overloads
Declared in <bblb_schedulegenerationutil.h>
Load day-of-week-after-day-of-month schedule dates into the specified schedule.
static
void
generateFromDayOfWeekAfterDayOfMonth(
bsl::vector<bdlt::Date>* schedule,
bdlt::Date const& earliest,
bdlt::Date const& latest,
int exampleYear,
int exampleMonth,
int intervalInMonths,
bdlt::DayOfWeek::Enum dayOfWeek,
int dayOfMonth);
» more...
See the corresponding bsl::vector overload above.
static
void
generateFromDayOfWeekAfterDayOfMonth(
std::pmr::vector<bdlt::Date>* schedule,
bdlt::Date const& earliest,
bdlt::Date const& latest,
int exampleYear,
int exampleMonth,
int intervalInMonths,
bdlt::DayOfWeek::Enum dayOfWeek,
int dayOfMonth);
» more...
See the corresponding bsl::vector overload above.
static
void
generateFromDayOfWeekAfterDayOfMonth(
std::vector<bdlt::Date>* schedule,
bdlt::Date const& earliest,
bdlt::Date const& latest,
int exampleYear,
int exampleMonth,
int intervalInMonths,
bdlt::DayOfWeek::Enum dayOfWeek,
int dayOfMonth);
» more...
| Name | Description |
|---|---|
| schedule | receives the generated date sequence |
| earliest | inclusive start of the date window |
| latest | inclusive end of the date window |
| exampleYear | reference year for the interval lattice |
| exampleMonth | reference month for the interval lattice |
| intervalInMonths | spacing between schedule months |
| dayOfWeek | weekday required on or after dayOfMonth |
| dayOfMonth | earliest day of month for the weekday search |