언어

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

null이 아닌 비교할 다른 시간

반품

이 시점이 지정된 시간 이전이면 true입니다.

특성

설명

이 시간이 지정된 시간 이전인지 확인합니다. 비교는 하루 내의 시간의 시간 줄 위치를 기반으로합니다.

에 대한 java.time.LocalTime.isBeforeJava 참조

적용 대상