DateRange

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val end: Instant?

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

Lower bound inclusive, or null if unbounded.

Functions

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