public class TimeZoneInfoImpl extends Object implements TimeZoneInfo
| Constructor and Description |
|---|
TimeZoneInfoImpl(String timeZoneId,
String displayName,
TimeZone timeZone,
I18nHelper i18nHelper,
String regionKey) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(TimeZoneInfo timeZoneInfo) |
String |
getCity() |
String |
getDisplayName() |
String |
getGMTOffset() |
String |
getRegionKey() |
String |
getTimeZoneId() |
String |
toString() |
TimeZone |
toTimeZone() |
public TimeZoneInfoImpl(String timeZoneId, String displayName, TimeZone timeZone, I18nHelper i18nHelper, String regionKey)
public String getTimeZoneId()
getTimeZoneId in interface TimeZoneInfopublic String getDisplayName()
getDisplayName in interface TimeZoneInfopublic String getGMTOffset()
getGMTOffset in interface TimeZoneInfopublic String getCity()
getCity in interface TimeZoneInfopublic String getRegionKey()
getRegionKey in interface TimeZoneInfopublic TimeZone toTimeZone()
toTimeZone in interface TimeZoneInfopublic int compareTo(TimeZoneInfo timeZoneInfo)
compareTo in interface Comparable<TimeZoneInfo>Copyright © 2002-2019 Atlassian. All Rights Reserved.