LastNth

data class LastNth(val nth: Int) : NthPointSelector(source)

Only the last nth of something, e.g. the 2nd last Sunday of a month

Constructors

Link copied to clipboard
constructor(nth: Int)

Properties

Link copied to clipboard
val nth: Int

Functions

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