Participer au site avec un Tip
Rechercher
 

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 :

Module : java.base - Package : java.time
Version documentée : Java SE 17

Classe « LocalDateTime »

Informations générales

Héritage

java.lang.Object
    java.time.LocalDateTime

Interfaces implémentées

java.io.Serializable
java.time.chrono.ChronoLocalDateTime<java.time.LocalDate>
java.time.temporal.Temporal
java.time.temporal.TemporalAdjuster

Définition

public final class LocalDateTime extends java.lang.Object
implements java.io.Serializable,
java.time.chrono.ChronoLocalDateTime<java.time.LocalDate>,
java.time.temporal.Temporal,
java.time.temporal.TemporalAdjuster

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription
public static LocalDateTime MAX
public static LocalDateTime MIN

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription

Liste des propriétés (getters/setters)

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public int dayOfMonth R/-
public DayOfWeek dayOfWeek R/-
public int dayOfYear R/-
public int hour R/-
public int minute R/-
public Month month R/-
public int monthValue R/-
public int nano R/-
public int second R/-
public int year R/-

Propriétés héritées de la classe java.lang.Object

class

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public Temporal adjustInto( Temporal temporal )
public OffsetDateTime atOffset( ZoneOffset offset )
public ZonedDateTime atZone( ZoneId zone )
public int compareTo( ChronoLocalDateTime<?> other )
public boolean equals( Object obj )
public String format( DateTimeFormatter formatter )
public static LocalDateTime from( TemporalAccessor temporal )
public int get( TemporalField field )
public int getDayOfMonth()
public DayOfWeek getDayOfWeek()
public int getDayOfYear()
public int getHour()
public long getLong( TemporalField field )
public int getMinute()
public Month getMonth()
public int getMonthValue()
public int getNano()
public int getSecond()
public int getYear()
public int hashCode()
public boolean isAfter( ChronoLocalDateTime<?> other )
public boolean isBefore( ChronoLocalDateTime<?> other )
public boolean isEqual( ChronoLocalDateTime<?> other )
public boolean isSupported( TemporalField field )
public boolean isSupported( TemporalUnit unit )
public LocalDateTime minus( long amountToSubtract, TemporalUnit unit )
public LocalDateTime minus( TemporalAmount amountToSubtract )
public LocalDateTime minusDays( long days )
public LocalDateTime minusHours( long hours )
public LocalDateTime minusMinutes( long minutes )
public LocalDateTime minusMonths( long months )
public LocalDateTime minusNanos( long nanos )
public LocalDateTime minusSeconds( long seconds )
public LocalDateTime minusWeeks( long weeks )
public LocalDateTime minusYears( long years )
public static LocalDateTime now()
public static LocalDateTime now( Clock clock )
public static LocalDateTime now( ZoneId zone )
public static LocalDateTime of( int year, int month, int dayOfMonth, int hour, int minute )
public static LocalDateTime of( int year, Month month, int dayOfMonth, int hour, int minute, int second, int nanoOfSecond )
public static LocalDateTime of( int year, Month month, int dayOfMonth, int hour, int minute )
public static LocalDateTime of( int year, Month month, int dayOfMonth, int hour, int minute, int second )
public static LocalDateTime of( int year, int month, int dayOfMonth, int hour, int minute, int second )
public static LocalDateTime of( int year, int month, int dayOfMonth, int hour, int minute, int second, int nanoOfSecond )
public static LocalDateTime of( LocalDate date, LocalTime time )
public static LocalDateTime ofEpochSecond( long epochSecond, int nanoOfSecond, ZoneOffset offset )
public static LocalDateTime ofInstant( Instant instant, ZoneId zone )
public static LocalDateTime parse( CharSequence text, DateTimeFormatter formatter )
public static LocalDateTime parse( CharSequence text )
public LocalDateTime plus( TemporalAmount amountToAdd )
public LocalDateTime plus( long amountToAdd, TemporalUnit unit )
public LocalDateTime plusDays( long days )
public LocalDateTime plusHours( long hours )
public LocalDateTime plusMinutes( long minutes )
public LocalDateTime plusMonths( long months )
public LocalDateTime plusNanos( long nanos )
public LocalDateTime plusSeconds( long seconds )
public LocalDateTime plusWeeks( long weeks )
public LocalDateTime plusYears( long years )
public <R> R query( TemporalQuery<R> query )
public ValueRange range( TemporalField field )
public LocalDate toLocalDate()
public LocalTime toLocalTime()
public String toString()
public LocalDateTime truncatedTo( TemporalUnit unit )
public long until( Temporal endExclusive, TemporalUnit unit )
public LocalDateTime with( TemporalField field, long newValue )
public LocalDateTime with( TemporalAdjuster adjuster )
public LocalDateTime withDayOfMonth( int dayOfMonth )
public LocalDateTime withDayOfYear( int dayOfYear )
public LocalDateTime withHour( int hour )
public LocalDateTime withMinute( int minute )
public LocalDateTime withMonth( int month )
public LocalDateTime withNano( int nanoOfSecond )
public LocalDateTime withSecond( int second )
public LocalDateTime withYear( int year )

Méthodes héritées de la classe java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait