언어

MonthDay.IsBefore(MonthDay) 메서드

정의

이 월일이 지정된 월 일 이전인지 확인합니다.

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

매개 변수

other
MonthDay

null이 아닌 비교할 다른 월-일

반품

이 점이 지정한 월 일 이전이면 true입니다.

특성

설명

추가할 수 있습니다.

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

적용 대상