net.fortuna.ical4j.model.component
public class Daylight extends Observance
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, STANDARD| Constructor and Description |
|---|
Daylight()
Default constructor.
|
Daylight(PropertyList properties)
Constructor.
|
getLatestOnset, getOffsetFrom, getOffsetTo, getStartDate, validatecalculateRecurrenceSet, copy, equals, getName, getProperties, getProperties, getProperty, hashCode, toString, validate, validatePropertiespublic Daylight()
public Daylight(PropertyList properties)
properties - a list of propertiesCopyright © 2004-2014 Micronode. All Rights Reserved.