hunt.time.chrono.ChronoLocalDateTime

Undocumented in source.

Members

Interfaces

ChronoLocalDateTime
interface ChronoLocalDateTime(D)

A date-time without 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 LocalDateTime}, not this interface.</b> !(p) A {@code ChronoLocalDateTime} is the abstract representation of a local 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