YearMonth.IsAfter(YearMonth) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.