YearMonth.IsBefore(YearMonth) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
今年の月が指定した年月より前かどうかを確認します。
[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
- 属性
注釈
追加する。