Calendar.FieldCount Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of distinct fields recognized by get
and set
.
[Android.Runtime.Register("FIELD_COUNT")]
public const int FieldCount = 17;
[<Android.Runtime.Register("FIELD_COUNT")>]
val mutable FieldCount : int
Field Value
Value = 17- Attributes
Remarks
The number of distinct fields recognized by get
and set
. Field numbers range from 0..FIELD_COUNT-1
.
Java documentation for java.util.Calendar.FIELD_COUNT
.
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.