Most applications should declare method signatures, fields and variables as {@link LocalDateTime}, not this interface.
A {@code ChronoLocalDateTime} is the abstract representation of a local date-timewhere 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.
Ensure that the discussion in {@code ChronoLocalDate} has been read and understoodbefore using this interface. @implSpec This interface must be implemented with care to ensure other classes operate correctly. All implementations that can be instantiated must be final, immutable and thread-safe. Subclasses should be Serializable wherever possible. @param < D> the concrete type for the date of this date-time @since 1.8
|
|
|
|