net.fortuna.ical4j.model.component
Class Daylight
java.lang.Object
net.fortuna.ical4j.model.Component
net.fortuna.ical4j.model.component.Observance
net.fortuna.ical4j.model.component.Daylight
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public class Daylight
- extends Observance
$Id: Daylight.java,v 1.10 2008/12/16 12:34:53 fortuna Exp $ [05-Apr-2004]
Defines an iCalendar daylight savings timezone observance component.
daylightc = "BEGIN" ":" "DAYLIGHT" CRLF
tzprop
"END" ":" "DAYLIGHT" CRLF
tzprop = 3*(
; the following are each REQUIRED,
; but MUST NOT occur more than once
dtstart / tzoffsetto / tzoffsetfrom /
; the following are optional,
; and MAY occur more than once
comment / rdate / rrule / tzname / x-prop
)
- Author:
- Ben Fortuna
- See Also:
- Serialized Form
Fields inherited from class net.fortuna.ical4j.model.Component |
AVAILABLE, BEGIN, END, EXPERIMENTAL_PREFIX, VALARM, VAVAILABILITY, VEVENT, VFREEBUSY, VJOURNAL, VTIMEZONE, VTODO, VVENUE |
Methods inherited from class net.fortuna.ical4j.model.Component |
calculateRecurrenceSet, copy, equals, getName, getProperties, getProperties, getProperty, hashCode, toString, validate, validateProperties |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Daylight
public Daylight()
- Default constructor.
Daylight
public Daylight(PropertyList properties)
- Constructor.
- Parameters:
properties
- a list of properties
Copyright © 2004-2009 Modularity. All Rights Reserved.