Interface: ClippedWeek
Defined in: src/lib/dates/index.ts:421
A (possibly partial) week within a period, clipped to the period boundaries. Produced by clippedWeeksInPeriod. The first and last weeks of a period may be partial.
Properties
days
readonlydays:number
Defined in: src/lib/dates/index.ts:427
Inclusive day count of this clipped week (1-7).
end
readonlyend:CalendarDate
Defined in: src/lib/dates/index.ts:425
Last day of this clipped week (the natural week end, or the period end if the week is clipped).
start
readonlystart:CalendarDate
Defined in: src/lib/dates/index.ts:423
First day of this clipped week (the period start, or a week boundary).