Calendar.Fields Property

Definition

The calendar field values for the currently set time for this calendar.

[Android.Runtime.Register("fields")]
protected System.Collections.Generic.IList<int>? Fields { get; set; }
[<Android.Runtime.Register("fields")>]
member this.Fields : System.Collections.Generic.IList<int> with get, set

Property Value

Attributes

Remarks

The calendar field values for the currently set time for this calendar. This is an array of FIELD_COUNT integers, with index values ERA through DST_OFFSET.

Java documentation for java.util.Calendar.fields.

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