hunt.time.chrono.ChronoZonedDateTime

Undocumented in source.

Members

Interfaces

ChronoZonedDateTime
interface ChronoZonedDateTime(D = ChronoLocalDate)

A date-time with a time-zone _in an arbitrary chronology, intended for advanced globalization use cases. !(p) !(b)Most applications should declare method signatures, fields and variables as {@link ZonedDateTime}, not this interface.</b> !(p) A {@code ChronoZonedDateTime} is the abstract representation of an offset date-time where the {@code Chronology chronology}, or calendar system, is pluggable. The date-time is defined _in terms of fields expressed by {@link TemporalField}, where most common implementations are defined _in {@link ChronoField}. The chronology defines how the calendar system operates and the meaning of the standard fields.

Meta