Langue

YearMonth.IsAfter(YearMonth) Méthode

Définition

Vérifie si ce mois d’année se trouve après le mois d’année spécifié.

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

Paramètres

other
YearMonth

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

Retours

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

Attributs

Remarques

Vérifie si ce mois d’année se trouve après le mois d’année spécifié.

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

S’applique à