Click or drag to resize

ITimeZone Interface

IT Hit WebDAV Classes Reference
Represents a time zone component.

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public interface ITimeZone : IComponent

The ITimeZone type exposes the following members.

Properties
  NameDescription
Public propertyComponents
Dictionary of all calendar components. Empty for card object.
(Inherited from IComponent.)
Public propertyContainer
Public propertyDaylightRules
List of Daylight Saving Time offset rules.
Public propertyDelimiter
Object delimiter such as VCARD, VCALENDAR, VEVENT, VTODO, etc
(Inherited from IComponent.)
Public propertyLastModifiedUtc
Gets or sets the date and time in UTC that this time zone definition was last updated.
Public propertyProperties
Dictionary of all business card or calendar properties.
(Inherited from IComponent.)
Public propertyStandardRules
List of Standard Time offset rules.
Public propertyTimeZoneId
Gets or sets time zone ID.
Public propertyTimeZoneUrl
Gets or sets URL that points to a published "VTIMEZONE" definition.
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 TimeZoneId property.

https://tools.ietf.org/html/rfc5545#section-3.6.5

See Also