Package net.fortuna.ical4j.model
Class UtcOffset
- java.lang.Object
-
- net.fortuna.ical4j.model.UtcOffset
-
- All Implemented Interfaces:
Serializable
@Deprecated public class UtcOffset extends Object implements Serializable
Deprecated.Replaced byZoneOffset
in Java 8.$Id$ Created on 26/06/2005 Represents a timezone offset from UTC time.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object arg0)
Deprecated.long
getOffset()
Deprecated.int
hashCode()
Deprecated.String
toString()
Deprecated.
-
-
-
Constructor Detail
-
UtcOffset
public UtcOffset(String value)
Deprecated.- Parameters:
value
- a string representation of an offset
-
UtcOffset
public UtcOffset(long offset)
Deprecated.- Parameters:
offset
- an offset value in milliseconds
-
-