net.fortuna.ical4j.model.component
Class Daylight
Observance
net.fortuna.ical4j.model.component.Daylight
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
)
Daylight
public Daylight()
Default constructor.
Daylight
public Daylight(PropertyList properties)
Constructor.
properties
- a list of properties