Period

data class Period(val from: LocalDate, val to: LocalDate? = null) : Range

Absolute date range. from is inclusive; to is inclusive when present and may be null to leave the upper bound open.

Constructors

Link copied to clipboard
constructor(from: LocalDate, to: LocalDate? = null)

Properties

Link copied to clipboard
Link copied to clipboard