ZoneOffset in Java 8.@Deprecated public class UtcOffset extends Object implements Serializable
| Constructor and Description |
|---|
UtcOffset(long offset)
Deprecated.
|
UtcOffset(String value)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object arg0)
Deprecated.
|
long |
getOffset()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
toString()
Deprecated.
|
public UtcOffset(String value)
value - a string representation of an offsetpublic UtcOffset(long offset)
offset - an offset value in milliseconds