언어

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

null이 아닌 비교할 다른 시간

반품

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

특성

설명

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

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

적용 대상