@technobuddha > library > Time > Week
Type Alias: ISOWeeksInYearOptions
ts
type ISOWeeksInYearOptions = {
utc?: boolean;
weekOneIncludes?: DayOfWeek;
};Defined in: iso-weeks-in-year.ts:10
Options for the isoWeeksInYear function
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
utc? | boolean | Use the utc timezone | src/iso-weeks-in-year.ts:12 |
weekOneIncludes? | DayOfWeek | Week 1 is defined as the week with the Gregorian year's first [weekOneIncludes] day in it | src/iso-weeks-in-year.ts:14 |