Share via


LocalTime.IsBefore(LocalTime) Method

Definition

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

Parameters

other
LocalTime

Returns

Attributes

Applies to