Skip to main content

Interface: SettlingWeek

Defined in: src/lib/pay/index.ts:224

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

readonly end: CalendarDate

Defined in: src/lib/pay/index.ts:228

ISO week Sunday; the day whose containing period decides where this week settles.


start

readonly start: CalendarDate

Defined in: src/lib/pay/index.ts:226

ISO week Monday. toISO(start) is the approved-overage key (the pay-week week_start).