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)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun selects(file: FSFile): Boolean