Package net.fortuna.ical4j.model
Class UtcOffset
java.lang.Object
net.fortuna.ical4j.model.UtcOffset
- All Implemented Interfaces:
Serializable
Deprecated.
$Id$
Created on 26/06/2005
Represents a timezone offset from UTC time.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UtcOffset
Deprecated.- Parameters:
value- a string representation of an offset
-
UtcOffset
public UtcOffset(long offset) Deprecated.- Parameters:
offset- an offset value in milliseconds
-
-
Method Details
ZoneOffsetin Java 8.