Langue

MonthDay.IsBefore(MonthDay) Méthode

Définition

Vérifie si ce mois-ci se trouve avant le jour du mois spécifié.

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

Paramètres

other
MonthDay

l’autre jour de mois à comparer à, et non null

Retours

true si ce point est avant le mois-jour spécifié

Attributs

Remarques

À ajouter.

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

S’applique à