LocalTime.IsBefore(LocalTime) 方法

定义

[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

参数

other
LocalTime

返回

属性

适用于