Calendar.FieldCount Property

Definition

<strong>[icu]</strong> Returns the number of fields defined by this calendar.

public int FieldCount { [Android.Runtime.Register("getFieldCount", "()I", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getFieldCount", "()I", "", ApiSince=24)>]
member this.FieldCount : int

Property Value

Attributes

Remarks

<strong>[icu]</strong> Returns the number of fields defined by this calendar. Valid field arguments to set() and get() are 0..getFieldCount()-1.

Java documentation for android.icu.util.Calendar.getFieldCount().

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