NthRange

data class NthRange(val start: Int, val end: Int) : NthRangeSelector(source)

Range of nths, e.g. only the first and second Sunday of a month

Constructors

Link copied to clipboard
constructor(start: Int, end: Int)

Properties

Link copied to clipboard
val end: Int
Link copied to clipboard
val start: Int

Functions

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