DateRange

class DateRange : Category

A named date range. May be unbounded at the start or end, but not both.

Types

Link copied to clipboard
object Companion

Functions

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

Properties

Link copied to clipboard
val end: Instant? = null

Upper bound exclusive, or null if unbounded.

Link copied to clipboard
open override val name: String

Arbitrary name to identify this range in the facet result.

Link copied to clipboard
val start: Instant? = null

Lower bound inclusive, or null if unbounded.