Specific Weekday Date
data class SpecificWeekdayDate(val year: Int?, val month: Month, val weekday: Weekday, val nthPointSelector: NthPointSelector) : Date
A date consisting of optional year, month and a specific weekday
For example "Second Friday in January 1999" or "Last Sunday in August"