LocalTime.IsAfter(LocalTime) 方法

定义

[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

参数

other
LocalTime

返回

属性

适用于