Java.Util.Calendar.Fields Property
Contains broken-down field values for the current value of time if areFieldsSet is true, or stale data corresponding to some previous value otherwise.

Syntax

[Android.Runtime.Register("fields")]
protected IList<int> Fields { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Contains broken-down field values for the current value of time if areFieldsSet is true, or stale data corresponding to some previous value otherwise. Accessing the fields via get will ensure the fields are up-to-date. The array length is always FIELD_COUNT.

[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