共用方式為


Year.AtMonth 方法

定義

多載

AtMonth(Month)
AtMonth(Int32)

AtMonth(Month)

[Android.Runtime.Register("atMonth", "(Ljava/time/Month;)Ljava/time/YearMonth;", "", ApiSince=26)]
public Java.Time.YearMonth? AtMonth (Java.Time.Month? month);
[<Android.Runtime.Register("atMonth", "(Ljava/time/Month;)Ljava/time/YearMonth;", "", ApiSince=26)>]
member this.AtMonth : Java.Time.Month -> Java.Time.YearMonth

參數

month
Month

傳回

屬性

適用於

AtMonth(Int32)

[Android.Runtime.Register("atMonth", "(I)Ljava/time/YearMonth;", "", ApiSince=26)]
public Java.Time.YearMonth? AtMonth (int month);
[<Android.Runtime.Register("atMonth", "(I)Ljava/time/YearMonth;", "", ApiSince=26)>]
member this.AtMonth : int -> Java.Time.YearMonth

參數

month
Int32

傳回

屬性

適用於