LocalTime.IsAfter(LocalTime) Method

Definition

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

Parameters

other
LocalTime

Returns

Attributes

Applies to