MonthDay.IsBefore(MonthDay) Method

Definition

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

Parameters

other
MonthDay

Returns

Attributes

Applies to