net.fortuna.ical4j.model

Class 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.

Constructor Summary

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.

Constructor Details

Date

public Date()
Default constructor.

Date

public Date(String value)
            throws ParseException
Parameters:
value -

Date

protected Date(int precision)
Creates a new date instance with the specified precision. This constructor is only intended for use by sub-classes.
Parameters:
precision -

Date

public Date(java.util.Date date)
Parameters:
date -

Date

public Date(long time)
Parameters:
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.
Parameters:
time -
precision -