net.fortuna.ical4j.model
Class Date
Iso8601
net.fortuna.ical4j.model.Date
public class Date
extends Iso8601
$Id: Date.java,v 1.7 2008/12/16 12:34:52 fortuna Exp $
Created on 26/06/2005
Base class for all representations of time values in RFC2445.
Date() - Default constructor.
|
Date(String value)
|
Date(int precision) - Creates a new date instance with the specified precision.
|
Date(java.util.Date date)
|
Date(long time)
|
Date(long time, int precision) - Creates a new date instance with the specified precision.
|
Date
public Date()
Default constructor.
Date
public Date(String value)
throws ParseException
Date
protected Date(int precision)
Creates a new date instance with the specified precision. This
constructor is only intended for use by sub-classes.
Date
public Date(java.util.Date date)
Date
public Date(long time)
Date
protected Date(long time,
int precision)
Creates a new date instance with the specified precision. This
constructor is only intended for use by sub-classes.