Year.IsBefore(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 before the specified year.
[Android.Runtime.Register("isBefore", "(Ljava/time/Year;)Z", "", ApiSince=26)]
public bool IsBefore(Java.Time.Year? other);
[<Android.Runtime.Register("isBefore", "(Ljava/time/Year;)Z", "", ApiSince=26)>]
member this.IsBefore : Java.Time.Year -> bool
Parameters
- other
- Year
the other year to compare to, not null
Returns
true if this point is before the specified year
- Attributes
Remarks
Checks if this year is before the specified year.
Java reference for java.time.Year.isBefore.