Interface: SettlingWeek
Defined in: src/lib/pay/index.ts:225
A whole ISO Mon–Sun week that settles in a period (its Sunday lies inside the period). Its start
(Monday) is the key used to look up approved overage in approvedOverageWeeks.
Properties
end
readonlyend:CalendarDate
Defined in: src/lib/pay/index.ts:229
ISO week Sunday; the day whose containing period decides where this week settles.
start
readonlystart:CalendarDate
Defined in: src/lib/pay/index.ts:227
ISO week Monday. toISO(start) is the approved-overage key (the pay-week week_start).