Specific Weekday Date
data class SpecificWeekdayDate(val year: Int?, val month: Month, val weekday: Weekday, val nthPointSelector: NthPointSelector, val dayOffset: Int = 0) : Date(source)
A date consisting of optional year, month and a specific weekday
For example "Second Friday in January 1999" or "Last Sunday in August"
Constructors
Link copied to clipboard
constructor(year: Int?, month: Month, weekday: Weekday, nthPointSelector: NthPointSelector, dayOffset: Int = 0)