Changed Methods |
TimeZone getTimeZone(String )
|
Documentation changed from old to new. |
Gets the TimeZone for the given ID. |
boolean hasSameRules(TimeZone )
|
Documentation changed from old to new. |
Returns true if this zone has the same rule and offset as another zone. |
void setDefault(TimeZone )
|
Documentation changed from old to new. |
Sets the TimeZone that is returned by the getDefault method. |
String getDisplayName()
|
Documentation changed from old to new. |
Returns a name of this time zone suitable for presentation to the user in the default locale. |
String getDisplayName(boolean, int)
|
Documentation changed from old to new. |
Returns a name of this time zone suitable for presentation to the user in the default locale. |
String getDisplayName(Locale )
|
Documentation changed from old to new. |
Returns a name of this time zone suitable for presentation to the user in the specified locale. |
String getDisplayName(boolean, int, Locale)
|
Documentation changed from old to new. |
Returns a name of this time zone suitable for presentation to the user in the specified locale. |