DateRange

data class DateRange(val start: Date, val end: Date) : MonthsOrDateSelector(source)

Within a range of dates (start-end)

For example "October 15 to March 01"

Constructors

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

Properties

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

Functions

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