Day of the week values in numeric format (from 0 to 6).
0
6
const daysOfWeek: ReadOnlyArray<DayOfWeek> = [0, 1, 2, 3, 4, 5, 6];
Day of the week values in numeric format (from
0
to6
).Example