Dates In Month
data class DatesInMonth(val year: Int?, val month: Month, val days: List<MonthDaySelector>) : MonthsOrDateSelector(source)
Several days within one month
For example "January 3rd to 14th" or "July 3,5 and 7 in the year 1999"