public abstract class DateListProperty extends Property
ACTION, ATTACH, ATTENDEE, BUSYTYPE, CALSCALE, CATEGORIES, CLASS, COMMENT, COMPLETED, CONTACT, COUNTRY, CREATED, DESCRIPTION, DTEND, DTSTAMP, DTSTART, DUE, DURATION, EXDATE, EXPERIMENTAL_PREFIX, EXRULE, EXTENDED_ADDRESS, FREEBUSY, GEO, LAST_MODIFIED, LOCALITY, LOCATION, LOCATION_TYPE, METHOD, NAME, ORGANIZER, PERCENT_COMPLETE, POSTALCODE, PRIORITY, PRODID, RDATE, RECURRENCE_ID, REGION, RELATED_TO, REPEAT, REQUEST_STATUS, RESOURCES, RRULE, SEQUENCE, STATUS, STREET_ADDRESS, SUMMARY, TEL, TRANSP, TRIGGER, TZID, TZNAME, TZOFFSETFROM, TZOFFSETTO, TZURL, UID, URL, VERSION| Constructor and Description |
|---|
DateListProperty(java.lang.String name) |
DateListProperty(java.lang.String name,
DateList dates) |
DateListProperty(java.lang.String name,
ParameterList parameters) |
DateListProperty(java.lang.String name,
ParameterList parameters,
DateList dates) |
| Modifier and Type | Method and Description |
|---|---|
DateList |
getDates() |
TimeZone |
getTimeZone() |
java.lang.String |
getValue() |
void |
setTimeZone(TimeZone timezone)
Sets the timezone associated with this property.
|
void |
setUtc(boolean utc)
Resets the timezone associated with the property.
|
void |
setValue(java.lang.String aValue)
Sets the current value of the property.
|
copy, equals, getName, getParameter, getParameters, getParameters, hashCode, isCalendarProperty, isComponentProperty, toString, validatepublic DateListProperty(java.lang.String name)
name - public DateListProperty(java.lang.String name,
ParameterList parameters)
name - parameters - public DateListProperty(java.lang.String name,
DateList dates)
name - dates - public DateListProperty(java.lang.String name,
ParameterList parameters,
DateList dates)
name - dates - public final DateList getDates()
public void setValue(java.lang.String aValue)
throws java.text.ParseException
Propertypublic java.lang.String getValue()
public void setTimeZone(TimeZone timezone)
timeZone - a timezone to associate with this propertypublic final TimeZone getTimeZone()
public final void setUtc(boolean utc)
utc -