Month values in numeric format (from 0 to 11).
0
11
const days: ReadOnlyArray<Month> = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11];
Month values in numeric format (from
0
to11
).Example