SpecificWeekdays

data class SpecificWeekdays(val weekday: Weekday, val nths: List<NthSelector>, val dayOffset: Int = 0) : WeekdaysSelector(source)

At a specific weekday (s) within a month: Only the nths weekday. E.g. only the second Sunday. Optionally, moreover specify an offset to that. E.g. only the day after the second Sunday.

Constructors

Link copied to clipboard
constructor(weekday: Weekday, nths: List<NthSelector>, dayOffset: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String