Qualificateurs | Type | Nom | Description |
---|
Constructeur | Description |
---|
Qualificateurs | Type de retour | Prototype de la méthode | Description |
---|---|---|---|
public default | int | compareTo( ChronoZonedDateTime<?> other ) | |
public abstract | boolean | equals( Object obj ) | |
public default | String | format( DateTimeFormatter formatter ) | |
public static | ChronoZonedDateTime<?> | from( TemporalAccessor temporal ) | |
public default | int | get( TemporalField field ) | |
public default | Chronology | getChronology() | |
public default | long | getLong( TemporalField field ) | |
public abstract | ZoneOffset | getOffset() | |
public abstract | ZoneId | getZone() | |
public abstract | int | hashCode() | |
public default | boolean | isAfter( ChronoZonedDateTime<?> other ) | |
public default | boolean | isBefore( ChronoZonedDateTime<?> other ) | |
public default | boolean | isEqual( ChronoZonedDateTime<?> other ) | |
public default | boolean | isSupported( TemporalUnit unit ) | |
public abstract | boolean | isSupported( TemporalField field ) | |
public default | ChronoZonedDateTime<D> | minus( TemporalAmount amount ) | |
public default | ChronoZonedDateTime<D> | minus( long amountToSubtract, TemporalUnit unit ) | |
public abstract | ChronoZonedDateTime<D> | plus( long amountToAdd, TemporalUnit unit ) | |
public default | ChronoZonedDateTime<D> | plus( TemporalAmount amount ) | |
public default <R> | R | query( TemporalQuery<R> query ) | |
public default | ValueRange | range( TemporalField field ) | |
public static | Comparator<java.time.chrono.ChronoZonedDateTime<?>> | timeLineOrder() | |
public default | long | toEpochSecond() | |
public default | Instant | toInstant() | |
public default | D | toLocalDate() | |
public abstract | ChronoLocalDateTime<D> | toLocalDateTime() | |
public default | LocalTime | toLocalTime() | |
public abstract | String | toString() | |
public abstract | ChronoZonedDateTime<D> | with( TemporalField field, long newValue ) | |
public default | ChronoZonedDateTime<D> | with( TemporalAdjuster adjuster ) | |
public abstract | ChronoZonedDateTime<D> | withEarlierOffsetAtOverlap() | |
public abstract | ChronoZonedDateTime<D> | withLaterOffsetAtOverlap() | |
public abstract | ChronoZonedDateTime<D> | withZoneSameInstant( ZoneId zone ) | |
public abstract | ChronoZonedDateTime<D> | withZoneSameLocal( ZoneId zone ) |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :