Changed Constructors |
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int)
|
Documentation changed from old to new. |
Construct a SimpleTimeZone with the given base time zone offset from GMT time zone ID time to start and end the daylight time. |
SimpleTimeZone(int, String, int, int, int, int, int, int, int, int, int)
|
Documentation changed from old to new. |
Constructor. |
Changed Methods |
int getDSTSavings()
|
Documentation changed from old to new. |
Returns the amount of time in ms that the clock is advanced during DST. |
int getOffset(int, int, int, int, int, int)
|
Documentation changed from old to new. |
Returns the difference in milliseconds between local time and UTC taking into account both the raw offset and the effect of daylight savings for the specified date and time. |
boolean hasSameRules(TimeZone )
|
Documentation changed from old to new. |
Return true if this zone has the same rules and offset as another zone. |
void setDSTSavings(int )
|
Documentation changed from old to new. |
Sets the amount of time in ms that the clock is advanced during DST. |
void setEndRule(int, int, int)
|
Documentation changed from old to new. |
Sets the DST end rule to a fixed date within a month. |
void setEndRule(int, int, int, int, boolean)
|
Documentation changed from old to new. |
Sets the DST end rule to a weekday before or after a give date within a month e.g. |
void setStartRule(int, int, int)
|
Documentation changed from old to new. |
Sets the DST start rule to a fixed date within a month. |
void setStartRule(int, int, int, int, boolean)
|
Documentation changed from old to new. |
Sets the DST start rule to a weekday before or after a give date within a month e.g. |