Click or drag to resize

ITimeZoneRule Interface

IT Hit WebDAV Classes Reference
Represents time zone offset rule - standard or daylight components of the time zone.

Namespace: ITHit.WebDAV.Calendar.Components
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
public interface ITimeZoneRule : IDavComponent

The ITimeZoneRule type exposes the following members.

Properties
  NameDescription
Public propertyComments
List of descriptive explanatory texts.
Public propertyComponents
Dictionary of all calendar properties. Empty for card object.
(Inherited from IDavComponent.)
Public propertyDelimiter
Object delimiter such as VCARD, VCALENDAR, VEVENT, VTODO, etc
(Inherited from IDavComponent.)
Public propertyProperties
Dictionary of all business card or calendar properties.
(Inherited from IDavComponent.)
Public propertyRecurrenceDateTimes
Date and time information for recurring calendar component.
Public propertyRecurrenceRule
Gets or sets the recurrence rule for the onset of the observance defined by this time zone sub-component.
Public propertyStart
Gets or sets the effective onset date and local time for the time zone.
Public propertyTimeZoneNames
List of time zone names.
Public propertyTimeZoneOffsetFrom
Gets or sets the UTC offset that is in use when the onset of this time zone observance begins.
Public propertyTimeZoneOffsetTo
Gets or sets the UTC offset for the time zone sub-component(Standard Time or Daylight Saving Time) when this observance is in use.
Top
Methods
  NameDescription
Public methodAddProperty
Adds property to Properties list. The property must be created by created by CreateRawProperty call.
(Inherited from IDavComponent.)
Public methodCreateCustomComponent
Creates a component that can be added to the list of components of this object.
(Inherited from IDavComponent.)
Public methodCreateRawProperty
Creates property that can be added to the list of properties of this object.
(Inherited from IDavComponent.)
Top
Remarks

All properties of this component are optional except Start, TimeZoneOffsetTo and TimeZoneOffsetFrom properties.

See Also