言語

YearMonth.IsBefore(YearMonth) メソッド

定義

今年の月が指定した年月より前かどうかを確認します。

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

パラメーター

other
YearMonth

比較するその他の年月 (null ではない)

返品

このポイントが指定した年月より前の場合は true

属性

注釈

追加する。

Javaリファレンス。

適用対象