net.fortuna.ical4j.model.component
Class Standard
Observance
net.fortuna.ical4j.model.component.Standard
public class Standard
extends Observance
$Id: Standard.java,v 1.10 2008/12/16 12:34:53 fortuna Exp $ [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
)
Standard
public Standard()
Default constructor.
Standard
public Standard(PropertyList properties)
Constructor.
properties
- a list of properties