Calendar.Set Method

Definition

Overloads

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

Parameters

year
Int32
month
Int32
date
Int32
hour
Int32
minute
Int32
second
Int32
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

value
Int32
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

year
Int32
month
Int32
date
Int32
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

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

Parameters

year
Int32
month
Int32
date
Int32
hour
Int32
minute
Int32
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to