Year.IsBefore(Year) Method

Definition

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.

Applies to