See the corresponding bsl::vector overload above.

Synopsis

Declared in <bblb_schedulegenerationutil.h>

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);

Parameters

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

Created with MrDocs