DateSelector
class DateSelector(val dateTime: Instant, val whenRelative: WhenRelative = WhenRelative.EQUAL, granularityms: Int? = null) : Selector(source)
Constructors
Link copied to clipboard
constructor(dateTime: Instant, whenRelative: WhenRelative = WhenRelative.EQUAL, granularityms: Int? = null)