Java.Util.Calendar.AreFieldsSet Property
True iff the values in fields[] correspond to time.

Syntax

[Android.Runtime.Register("areFieldsSet")]
protected bool AreFieldsSet { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

True iff the values in fields[] correspond to time. Despite the name, this is effectively "are the values in fields[] up-to-date?" --- fields[] may contain non-zero values and isSet[] may contain true values even when areFieldsSet is false. Accessing the fields via get will ensure the fields are up-to-date.

[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