UniversalTimeScale.EpochOffsetPlus1Value 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.
Caution
This constant will be removed in the future version. Use Android.Icu.Util.UniversalTimeScaleValue enum directly instead of this field.
The constant used to select the epoch plus one value for a time scale.
[Android.Runtime.Register("EPOCH_OFFSET_PLUS_1_VALUE", ApiSince=26)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Util.UniversalTimeScaleValue enum directly instead of this field.", true)]
public const Android.Icu.Util.UniversalTimeScaleValue EpochOffsetPlus1Value = 6;
[<Android.Runtime.Register("EPOCH_OFFSET_PLUS_1_VALUE", ApiSince=26)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Icu.Util.UniversalTimeScaleValue enum directly instead of this field.", true)>]
val mutable EpochOffsetPlus1Value : Android.Icu.Util.UniversalTimeScaleValue
Field Value
Value = 6- Attributes
Remarks
The constant used to select the epoch plus one value for a time scale.
NOTE: This is an internal value. DO NOT USE IT. May not actually be equal to the epoch offset value plus one.
Java documentation for android.icu.util.UniversalTimeScale.EPOCH_OFFSET_PLUS_1_VALUE
.
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.