言語

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リファレンス。

適用対象