Calendar.MinimumUserStamp 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.
If the time stamp stamp[]
has a value greater than or
equal to MINIMUM_USER_SET
then it has been set by the
user via a call to set()
.
[Android.Runtime.Register("MINIMUM_USER_STAMP", ApiSince=24)]
protected const int MinimumUserStamp = 2;
[<Android.Runtime.Register("MINIMUM_USER_STAMP", ApiSince=24)>]
val mutable MinimumUserStamp : int
Field Value
Value = 2- Attributes
Remarks
If the time stamp stamp[]
has a value greater than or equal to MINIMUM_USER_SET
then it has been set by the user via a call to set()
.
Java documentation for android.icu.util.Calendar.MINIMUM_USER_STAMP
.
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.