Java.Util.Calendar.Clear Method
Clears the value in the given time field, marking it unset and assigning it a value of zero.

Syntax

[Android.Runtime.Register("clear", "(I)V", "")]
public void Clear ([Android.Runtime.GeneratedEnum] CalendarField field)

Parameters

field
Documentation for this section has not yet been entered.

Remarks

Clears the value in the given time field, marking it unset and assigning it a value of zero. The actual field value will be determined the next time the field is accessed.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1