API Reference
WeekStartDay
interfaceDay of the week represented as a number: 0 = Sunday through 6 = Saturday.
Defined in package/src/types.ts:15
| Prop | Type | Default | Description |
|---|---|---|---|
| toString* | (radix?: number | undefined) => string | — | |
| toFixed* | (fractionDigits?: number | undefined) => string | — | |
| toExponential* | (fractionDigits?: number | undefined) => string | — | |
| toPrecision* | (precision?: number | undefined) => string | — | |
| valueOf* | () => number | — | |
| toLocaleString* | { (locales?: string | string[] | undefined, options?: Intl.NumberFormatOptions | undefined): string; (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions | undefined): string; } | — |
Members
0123456