Langue

YearMonth.IsBefore(YearMonth) Méthode

Définition

Vérifie si ce mois d’année est antérieur au mois spécifié.

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

Paramètres

other
YearMonth

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

Retours

true si ce point se trouve avant le mois d’année spécifié

Attributs

Remarques

À ajouter.

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

S’applique à