Class Daylight

  • All Implemented Interfaces:
    Serializable, PropertyContainer

    public class Daylight
    extends Observance
    $Id$ [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
    
                      )
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Daylight

        public Daylight()
        Default constructor.
      • Daylight

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