Package net.fortuna.ical4j.model
Class Iso8601
java.lang.Object
java.util.Date
net.fortuna.ical4j.model.Iso8601
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<Date>
$Id$
Created on 30/06/2005
Base class for date and time representations as defined
by the ISO 8601 standard. Sub-classes must ensure that either the correct
precision is used in constructor arguments, or that
Object.equals()
is overridden to ensure equality checking is consistent with the type.- See Also:
-
Constructor Summary
Constructors -
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
-
Iso8601
- Parameters:
time- a time value in millisecondspattern- the formatting pattern to applyprecision- the precision to applytz- the timezone for the instance- See Also:
-
Iso8601
- Parameters:
pattern- the formatting pattern to applyprecision- the precision to applytz- the timezone for the instance- See Also:
-
Iso8601
- Parameters:
time- a time value as a datepattern- the formatting pattern to applyprecision- the precision to applytz- the timezone for the instance- See Also:
-
-
Method Details