STANDARD/DAYLIGHT Classes

The ObservanceRule class represents a standard time or daylight saving time observance rule sub-component of a VTIMEZONE component. This is used by iCalendar 2.0 only. The RuleType property is used to determine the actual type.

PDI Tag

Component Property

EWSoftware PDI Class

Data Value Property

Notes

BEGIN:STANDARD or BEGIN:DAYLIGHT

 

ObservanceRule and ObservanceRuleCollection

 

The RuleType property determines the actual type.

COMMENT

Comment

CommentProperty

AlternateRepresentation and Value

 

DTSTART

StartDateTime

StartDateProperty

DateTimeValue

In this component, the DTSTART value is always stored in a floating format.

RDATE

RecurDates

RDateProperty and RDatePropertyCollection

DateTimeValue

In this component, RDATE values are always stored as date/time values in a floating format.

RRULE

RecurrenceRules

RRuleProperty and RRulePropertyCollection

Recurrence

 

TZNAME

TimeZoneNames

TimeZoneNameProperty and TimeZoneNamePropertyCollection

Value and AbbreviatedTimeZoneName

 

TZOFFSETFROM

OffsetFrom

TimeZoneOffsetProperty

TimeSpanValue

 

TZOFFSETTO

OffsetTo

TimeZoneOffsetProperty

TimeSpanValue

 

X-???

CustomProperties

CustomProperty and CustomPropertyCollection

CustomName and Value

This property class represents custom or extended properties that are not part of the specification.

END:STANDARD or END:DAYLIGHT

 

ObservanceRule and ObservanceRuleCollection

 

 

See Also