Calendar.AreFieldsSet Property
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.
True if fields[]
are in sync with the currently set time.
[Android.Runtime.Register("areFieldsSet")]
protected bool AreFieldsSet { get; set; }
[<Android.Runtime.Register("areFieldsSet")>]
member this.AreFieldsSet : bool with get, set
Property Value
- Attributes
Remarks
True if fields[]
are in sync with the currently set time. If false, then the next attempt to get the value of a field will force a recomputation of all fields from the current value of time
.
Java documentation for java.util.Calendar.areFieldsSet
.
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.