Compartilhar via


Calendar.InternallySet Field

Definition

Value of the time stamp stamp[] indicating that a field has been set via computations from the time or from other fields.

[Android.Runtime.Register("INTERNALLY_SET", ApiSince=24)]
protected const int InternallySet = 1;
[<Android.Runtime.Register("INTERNALLY_SET", ApiSince=24)>]
val mutable InternallySet : int

Field Value

Value = 1
Attributes

Remarks

Value of the time stamp stamp[] indicating that a field has been set via computations from the time or from other fields.

Java documentation for android.icu.util.Calendar.INTERNALLY_SET.

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