Langue

Year.IsAfter(Year) Méthode

Définition

Vérifie si cette année est postérieure à l’année spécifiée.

[Android.Runtime.Register("isAfter", "(Ljava/time/Year;)Z", "", ApiSince=26)]
public bool IsAfter(Java.Time.Year? other);
[<Android.Runtime.Register("isAfter", "(Ljava/time/Year;)Z", "", ApiSince=26)>]
member this.IsAfter : Java.Time.Year -> bool

Paramètres

other
Year

l’autre année à comparer à, et non null

Retours

true s’il s’agit d’après l’année spécifiée

Attributs

Remarques

Vérifie si cette année est postérieure à l’année spécifiée.

Java référence pour java.time.Year.isAfter.

S’applique à