API Reference
computeWeeksInWindow
functionComputes an array of week descriptors for a continuous window.
firstWeek is snapped back to the nearest weekStartDay.
Defined in package/src/compute-weeks-in-window.ts:16
computeWeeksInWindow(firstWeek: PlainDate, weekCount: number, weekStartDay: WeekStartDay, _T: TemporalNamespace): WeekDescriptor[]