@PublicApi public interface TimeZoneInfo extends Comparable<TimeZoneInfo>
Modifier and Type | Method and Description |
---|---|
String |
getCity() |
String |
getDisplayName() |
String |
getGMTOffset() |
String |
getRegionKey() |
String |
getTimeZoneId() |
TimeZone |
toTimeZone() |
compareTo
String getTimeZoneId()
String getDisplayName()
String getGMTOffset()
String getCity()
String getRegionKey()
TimeZone toTimeZone()
Copyright © 2002-2018 Atlassian. All Rights Reserved.