net.fortuna.ical4j.model
Class UtcOffset
java.lang.Object
net.fortuna.ical4j.model.UtcOffset
- All Implemented Interfaces:
- Serializable
- public class UtcOffset
- extends Object
- implements Serializable
Represents a timezone offset from UTC time.
- Author:
- Ben Fortuna
- See Also:
- Serialized Form
UtcOffset
public UtcOffset(String value)
- Parameters:
value
-
UtcOffset
public UtcOffset(long offset)
- Parameters:
offset
-
toString
public final String toString()
getOffset
public final long getOffset()
- Returns:
- Returns the offset.
equals
public final boolean equals(Object arg0)
hashCode
public final int hashCode()