net.fortuna.ical4j.model.property
Class DateListProperty
Property
net.fortuna.ical4j.model.property.DateListProperty
public abstract class DateListProperty
extends Property
$Id: DateListProperty.java,v 1.12 2008/12/30 11:37:17 fortuna Exp $
Created on 11/08/2005
Base class for properties with a list of dates as a value.
DateListProperty
public DateListProperty(String name)
DateListProperty
public DateListProperty(String name,
DateList dates)
DateListProperty
public DateListProperty(String name,
ParameterList parameters)
DateListProperty
public DateListProperty(String name,
ParameterList parameters,
DateList dates)
getDates
public final DateList getDates()
getTimeZone
public final TimeZone getTimeZone()
getValue
public String getValue()
setTimeZone
public void setTimeZone(TimeZone timezone)
Sets the timezone associated with this property.
setUtc
public final void setUtc(boolean utc)
Resets the timezone associated with the property. If utc is true, any TZID parameters are removed and the Java
timezone is updated to UTC time. If utc is false, TZID parameters are removed and the Java timezone is set to the
default timezone (i.e. represents a "floating" local time)
setValue
public void setValue(String aValue)
throws ParseException