Share via


YearMonth.IsAfter(YearMonth) Method

Definition

[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

Parameters

other
YearMonth

Returns

Attributes

Applies to