| Interface | Description |
|---|---|
| TemporalFormat |
A small wrapper around
DateTimeFormatter that allows to use different
formats when parsing and formatting. |
| Class | Description |
|---|---|
| CqlTemporalFormat |
A special zoned temporal format that recognizes all valid CQL input formats when parsing.
|
| NumericTemporalFormat |
A special temporal format that converts to and from numeric data.
|
| SimpleTemporalFormat |
A generic temporal format.
|
| ZonedTemporalFormat |
A special temporal format that applies a fixed time zone to parsed inputs when they do not
contain any time zone or time offset information, thus allowing such inputs to be converted to an
Instant. |
Copyright © 2017–2021 DataStax. All rights reserved.