Type alias DayOfMonth

DayOfMonth: Exclude<Enumerate<32>, 0>

Day of the month values in numeric format (from 1 to 31).

Example

const days: ReadOnlyArray<DayOfMonth> = [0, 1, 2, 3, 28, 29, 30, 31];