|
||||||||||
| 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
public class Date
Base class for all representations of time values in RFC2445.
| Constructor Summary | |
|---|---|
|
Date()
Default constructor. |
|
Date(java.util.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(java.lang.String value)
|
| Method Summary |
|---|
| Methods inherited from class net.fortuna.ical4j.model.Iso8601 |
|---|
getFormat, setTime, toString |
| Methods inherited from class java.util.Date |
|---|
after, before, clone, 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(java.util.Date date)
date -
public Date(java.lang.String value)
throws java.text.ParseException
value -
java.text.ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||