Java.Util.Calendar.Get Method
Returns the value of the given field after computing the field values by calling complete() first.

Syntax

[Android.Runtime.Register("get", "(I)I", "GetGet_IHandler")]
public virtual int Get ([Android.Runtime.GeneratedEnum] CalendarField field)

Parameters

field
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif the fields are not set, the time is not set, and the time cannot be computed from the current field values.
Java.Lang.ArrayIndexOutOfBoundsExceptionif the field is not inside the range of possible fields. The range is starting at 0 up to FIELD_COUNT.

Remarks

Returns the value of the given field after computing the field values by calling complete() first.

[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