Package | Description |
---|---|
com.ibm.icu.util |
International calendars and other utility classes.
|
Modifier and Type | Method and Description |
---|---|
static BasicTimeZone.LocalOption |
BasicTimeZone.LocalOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BasicTimeZone.LocalOption[] |
BasicTimeZone.LocalOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected static int |
BasicTimeZone.getLocalOptionValue(BasicTimeZone.LocalOption locOpt)
Deprecated.
This API is ICU internal only.
|
void |
BasicTimeZone.getOffsetFromLocal(long date,
BasicTimeZone.LocalOption nonExistingTimeOpt,
BasicTimeZone.LocalOption duplicatedTimeOpt,
int[] offsets)
[icu] Returns time zone offsets from local wall time.
|
void |
SimpleTimeZone.getOffsetFromLocal(long date,
BasicTimeZone.LocalOption nonExistingTimeOpt,
BasicTimeZone.LocalOption duplicatedTimeOpt,
int[] offsets)
[icu] Returns time zone offsets from local wall time.
|
void |
RuleBasedTimeZone.getOffsetFromLocal(long date,
BasicTimeZone.LocalOption nonExistingTimeOpt,
BasicTimeZone.LocalOption duplicatedTimeOpt,
int[] offsets)
[icu] Returns time zone offsets from local wall time.
|
void |
VTimeZone.getOffsetFromLocal(long date,
BasicTimeZone.LocalOption nonExistingTimeOpt,
BasicTimeZone.LocalOption duplicatedTimeOpt,
int[] offsets)
[icu] Returns time zone offsets from local wall time.
|
Copyright © 2016 Unicode, Inc. and others.