mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-4585 update tags, docs for 3.4
X-SVN-Rev: 17937
This commit is contained in:
parent
1e4cfb1b42
commit
f1befbadf8
1 changed files with 7 additions and 0 deletions
|
@ -141,6 +141,13 @@ public class SimpleTimeZone extends JDKTimeZone {
|
|||
xinfo.setEnd(endMonth, endDay, endDayOfWeek, endTime, -1, false);
|
||||
}
|
||||
|
||||
/**
|
||||
* Set the raw offset.
|
||||
*
|
||||
* @param offsetMillis the raw offset of the time zone
|
||||
* @draft ICU 3.4
|
||||
* @deprecated This is a draft API and might change in a future release of ICU.
|
||||
*/
|
||||
public void setRawOffset(int offsetMillis) {
|
||||
super.setRawOffset(offsetMillis);
|
||||
raw = offsetMillis;
|
||||
|
|
Loading…
Add table
Reference in a new issue