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 TimeZoneInfo
public String getDisplayName()
getDisplayName
in interface TimeZoneInfo
public String getGMTOffset()
getGMTOffset
in interface TimeZoneInfo
public String getCity()
getCity
in interface TimeZoneInfo
public String getRegionKey()
getRegionKey
in interface TimeZoneInfo
public TimeZone toTimeZone()
toTimeZone
in interface TimeZoneInfo
public int compareTo(TimeZoneInfo timeZoneInfo)
compareTo
in interface Comparable<TimeZoneInfo>
Copyright © 2002-2021 Atlassian. All Rights Reserved.