共用方式為


Calendar.Set 方法

定義

多載

Set(Int32, Int32, Int32, Int32, Int32, Int32)
Set(CalendarField, Int32)
Set(Int32, Int32, Int32)
Set(Int32, Int32, Int32, Int32, Int32)

Set(Int32, Int32, Int32, Int32, Int32, Int32)

[Android.Runtime.Register("set", "(IIIIII)V", "", ApiSince=24)]
public void Set (int year, int month, int date, int hour, int minute, int second);
[<Android.Runtime.Register("set", "(IIIIII)V", "", ApiSince=24)>]
member this.Set : int * int * int * int * int * int -> unit

參數

year
Int32
month
Int32
date
Int32
hour
Int32
minute
Int32
second
Int32
屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

Set(CalendarField, Int32)

[Android.Runtime.Register("set", "(II)V", "", ApiSince=24)]
public void Set (Android.Icu.Util.CalendarField field, int value);
[<Android.Runtime.Register("set", "(II)V", "", ApiSince=24)>]
member this.Set : Android.Icu.Util.CalendarField * int -> unit

參數

value
Int32
屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

Set(Int32, Int32, Int32)

[Android.Runtime.Register("set", "(III)V", "", ApiSince=24)]
public void Set (int year, int month, int date);
[<Android.Runtime.Register("set", "(III)V", "", ApiSince=24)>]
member this.Set : int * int * int -> unit

參數

year
Int32
month
Int32
date
Int32
屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

Set(Int32, Int32, Int32, Int32, Int32)

[Android.Runtime.Register("set", "(IIIII)V", "", ApiSince=24)]
public void Set (int year, int month, int date, int hour, int minute);
[<Android.Runtime.Register("set", "(IIIII)V", "", ApiSince=24)>]
member this.Set : int * int * int * int * int -> unit

參數

year
Int32
month
Int32
date
Int32
hour
Int32
minute
Int32
屬性

備註

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於