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.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public interface ITimeZoneRule : IComponent

The ITimeZoneRule type exposes the following members.

Properties
  NameDescription
Public propertyComments
List of descriptive explanatory texts.
Public propertyComponents
Dictionary of all calendar components. Empty for card object.
(Inherited from IComponent.)
Public propertyContainer
Public propertyDelimiter
Object delimiter such as VCARD, VCALENDAR, VEVENT, VTODO, etc
(Inherited from IComponent.)
Public propertyProperties
Dictionary of all business card or calendar properties.
(Inherited from IComponent.)
Public propertyRecurrenceDateTimes
Gets date and time information for recurring calendar component. Provides access to "RDATE" properties list.
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 IComponent.)
Public methodCreateCustomComponent
Creates a component that can be added to the list of components of this object.
(Inherited from IComponent.)
Public methodCreateRawProperty
Creates property that can be added to the list of properties of this object.
(Inherited from IComponent.)
Top
Remarks

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

See Also