Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-api
/
xtdb.types
/
ZonedDateTimeRange
Zoned
Date
Time
Range
data
class
ZonedDateTimeRange
(
val
from
:
ZonedDateTime
?
,
val
to
:
ZonedDateTime
?
)
Members
Constructors
Zoned
Date
Time
Range
Link copied to clipboard
constructor
(
from
:
ZonedDateTime
?
,
to
:
ZonedDateTime
?
)
Properties
from
Link copied to clipboard
val
from
:
ZonedDateTime
?
to
Link copied to clipboard
val
to
:
ZonedDateTime
?