Date

data class Date(val time: Long)

Kotlin common subset of java.util.Date used by Lucene's flexible query parser.

Constructors

Link copied to clipboard
constructor(time: Long)

Properties

Link copied to clipboard
val time: Long