Calendar.Clear Method

Definition

Overloads

Clear()
Clear(CalendarField)

Clear()

[Android.Runtime.Register("clear", "()V", "", ApiSince=24)]
public void Clear ();
[<Android.Runtime.Register("clear", "()V", "", ApiSince=24)>]
member this.Clear : unit -> unit
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

Clear(CalendarField)

[Android.Runtime.Register("clear", "(I)V", "", ApiSince=24)]
public void Clear (Android.Icu.Util.CalendarField field);
[<Android.Runtime.Register("clear", "(I)V", "", ApiSince=24)>]
member this.Clear : Android.Icu.Util.CalendarField -> unit

Parameters

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