|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Date
net.fortuna.ical4j.model.Iso8601
net.fortuna.ical4j.model.Date
Base class for all representations of time values in RFC2445.
Constructor Summary | |
|
Date()
Default constructor. |
|
Date(Date date)
|
protected |
Date(int precision)
Creates a new date instance with the specified precision. |
|
Date(long time)
|
protected |
Date(long time,
int precision)
Creates a new date instance with the specified precision. |
|
Date(String value)
|
Methods inherited from class net.fortuna.ical4j.model.Iso8601 |
getFormat, setTime, toString |
Methods inherited from class java.util.Date |
after, before, clone, compareTo, compareTo, equals, getDate, getDay, getHours, getMinutes, getMonth, getSeconds, getTime, getTimezoneOffset, getYear, hashCode, parse, setDate, setHours, setMinutes, setMonth, setSeconds, setYear, toGMTString, toLocaleString, UTC |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Date()
protected Date(int precision)
precision
- public Date(long time)
time
- protected Date(long time, int precision)
time
- precision
- public Date(Date date)
date
- public Date(String value) throws ParseException
value
-
ParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |