Type alias DayOfWeek

DayOfWeek: Enumerate<7>

Day of the week values in numeric format (from 0 to 6).

Example

const daysOfWeek: ReadOnlyArray<DayOfWeek> = [0, 1, 2, 3, 4, 5, 6];