StartingAtDate

data class StartingAtDate(val start: Date) : MonthsOrDateSelector

Since a start date with an optional offset

Constructors

Link copied to clipboard
constructor(start: Date)

Properties

Link copied to clipboard
val start: Date

Functions

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