net.fortuna.ical4j.model.component

Class 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

                  )
 

Constructor Summary

Daylight()
Default constructor.
Daylight(PropertyList properties)
Constructor.

Constructor Details

Daylight

public Daylight()
Default constructor.

Daylight

public Daylight(PropertyList properties)
Constructor.
Parameters:
properties - a list of properties