[#BloombergLP-bblb-ScheduleGenerationUtil-generateFromBusinessDayOfMonth-0f] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bblb.adoc[bblb]::xref:BloombergLP/bblb/ScheduleGenerationUtil.adoc[ScheduleGenerationUtil]::generateFromBusinessDayOfMonth :relfileprefix: ../../../ :mrdocs: See the corresponding `bsl::vector` overload above. == Synopsis Declared in `<bblb_schedulegenerationutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void generateFromBusinessDayOfMonth( std::vector<bdlt::Date>* schedule, xref:BloombergLP/bdlt/Date.adoc[bdlt::Date] const& earliest, xref:BloombergLP/bdlt/Date.adoc[bdlt::Date] const& latest, int exampleYear, int exampleMonth, int intervalInMonths, xref:BloombergLP/bdlt/Calendar.adoc[bdlt::Calendar] const& calendar, int targetBusinessDayOfMonth); ---- == Parameters [cols="1,4"] |=== | 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 | *calendar* | calendar defining business days | *targetBusinessDayOfMonth* | business‐day index within the month |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#