Year.IsAfter(Year) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.