XMLGregorianCalendar.Clear Method

Definition

Unset all fields to undefined.

[Android.Runtime.Register("clear", "()V", "GetClearHandler")]
public abstract void Clear ();
[<Android.Runtime.Register("clear", "()V", "GetClearHandler")>]
abstract member Clear : unit -> unit
Attributes

Remarks

Unset all fields to undefined.

Set all int fields to DatatypeConstants#FIELD_UNDEFINED and reference fields to null.

Java documentation for javax.xml.datatype.XMLGregorianCalendar.clear().

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