Day of the month values in numeric format (from 1 to 31).
1
31
const days: ReadOnlyArray<DayOfMonth> = [0, 1, 2, 3, 28, 29, 30, 31];
Day of the month values in numeric format (from
1
to31
).Example