Language

UniversalTimeScaleValue Enum

Definition

public enum UniversalTimeScaleValue
type UniversalTimeScaleValue = 
Inheritance
UniversalTimeScaleValue

Fields

Name Value Description
Units 0

The constant used to select the units value for a time scale.

Android reference for android.icu.util.UniversalTimeScale.UNITS_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.

EpochOffset 1

The constant used to select the epoch offset value for a time scale.

Android reference for android.icu.util.UniversalTimeScale.EPOCH_OFFSET_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.

FromMin 2

The constant used to select the minimum from value for a time scale.

Android reference for android.icu.util.UniversalTimeScale.FROM_MIN_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.

FromMax 3

The constant used to select the maximum from value for a time scale.

Android reference for android.icu.util.UniversalTimeScale.FROM_MAX_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.

ToMin 4

The constant used to select the minimum to value for a time scale.

Android reference for android.icu.util.UniversalTimeScale.TO_MIN_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.

ToMax 5

The constant used to select the maximum to value for a time scale.

Android reference for android.icu.util.UniversalTimeScale.TO_MAX_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.

EpochOffsetPlus1 6

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.

Android reference 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.

Remarks

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