public static final enum TimeZoneFormat.TimeType
extends Enum<TimeZoneFormat.TimeType>
java.lang.Object | ||
java.lang.Enum<android.icu.text.TimeZoneFormat.TimeType> | ||
android.icu.text.TimeZoneFormat.TimeType |
用于在 TimeZoneFormat
API中接收时间类型(标准时间,日光时间或未知)的时间类型枚举。
Enum values |
|
---|---|
TimeZoneFormat.TimeType |
DAYLIGHT 夏令时 |
TimeZoneFormat.TimeType |
STANDARD 标准时间 |
TimeZoneFormat.TimeType |
UNKNOWN 未知 |
公共方法(Public methods) |
|
---|---|
static TimeZoneFormat.TimeType |
valueOf(String name) |
static final TimeType[] |
values() |
继承方法(Inherited methods) |
|
---|---|
![]() java.lang.Enum
|
|
![]() java.lang.Object
|
|
![]() java.lang.Comparable
|
TimeZoneFormat.TimeType valueOf (String name)
参数(Parameters) | |
---|---|
name |
String
|
返回(Returns) | |
---|---|
TimeZoneFormat.TimeType |