Module ical4j.core

Class Standard

All Implemented Interfaces:
Serializable, Comparable<Component>, FluentComponent, PropertyContainer, PropertyListAccessor, Prototype<Component>, TimeZonePropertyAccessor

public class Standard extends Observance
$Id$ [05-Apr-2004]

Defines an iCalendar standard timezone observance component.


       standardc  = "BEGIN" ":" "STANDARD" CRLF

                    tzprop

                    "END" ":" "STANDARD" 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:
  • Constructor Details

    • Standard

      public Standard()
      Default constructor.
    • Standard

      public Standard(PropertyList properties)
      Constructor.
      Parameters:
      properties - a list of properties
  • Method Details