Year.IsAfter(Year) Method

Definition

Checks if this year is after the specified year.

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

Parameters

other
Year

the other year to compare to, not null

Returns

true if this is after the specified year

Attributes

Remarks

Checks if this year is after the specified year.

Java reference for java.time.Year.isAfter.

Applies to