java.lang.Object
java.util.Date
net.fortuna.ical4j.model.Iso8601
net.fortuna.ical4j.model.Time
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Date>
Deprecated.
$Id$
Created on 30/06/2005
A type used to represent iCalendar time values.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Method Summary
Methods inherited from class java.util.Date
after, before, clone, compareTo, equals, from, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setYear, toGMTString, toInstant, toLocaleString, UTC
-
Constructor Details
-
Time
Deprecated.- Parameters:
timezone- a timezone for the instance
-
Time
Deprecated.- Parameters:
timezone- a timezone for the instanceutc- indicates if the time is in UTC
-
Time
Deprecated.- Parameters:
time- a time value in milliseconds from the epochtimezone- a timezone for the instance
-
Time
Deprecated.- Parameters:
time- a time value in milliseconds from the epochtimezone- a timezone for the instanceutc- indicates if the time is in UTC
-
Time
Deprecated.- Parameters:
time- a time value in milliseconds from the epochtimezone- a timezone for the instance
-
Time
Deprecated.- Parameters:
time- a time value as a Java date instancetimezone- a timezone for the instanceutc- indicates if the time is in UTC
-
Time
Deprecated.- Parameters:
value-timezone-- Throws:
ParseException- where the specified value is not a valid time string
-
Time
Deprecated.- Parameters:
value-timezone-utc-- Throws:
ParseException- where the specified value is not a valid time string
-
-
Method Details
-
isUtc
public final boolean isUtc()Deprecated.- Returns:
- true if time is utc
-
LocalTimefor iCalendar TIME representations.