Namespace: ITHit.Collab.Calendar
The ITimeZone type exposes the following members.
Name | Description | |
---|---|---|
Components |
Dictionary of all calendar components. Empty for card object.
(Inherited from IComponent.) | |
Container | ||
DaylightRules |
List of Daylight Saving Time offset rules.
| |
Delimiter |
Object delimiter such as VCARD, VCALENDAR, VEVENT, VTODO, etc
(Inherited from IComponent.) | |
LastModifiedUtc |
Gets or sets the date and time in UTC that this time zone definition was last updated.
| |
Properties |
Dictionary of all business card or calendar properties.
(Inherited from IComponent.) | |
StandardRules |
List of Standard Time offset rules.
| |
TimeZoneId |
Gets or sets time zone ID.
| |
TimeZoneUrl |
Gets or sets URL that points to a published "VTIMEZONE" definition.
|
Name | Description | |
---|---|---|
AddProperty |
Adds property to Properties list. The property must be created by created by CreateRawProperty call.
(Inherited from IComponent.) | |
CreateCustomComponent |
Creates a component that can be added to the list of components of this object.
(Inherited from IComponent.) | |
CreateRawProperty |
Creates property that can be added to the list of properties of this object.
(Inherited from IComponent.) |
All properties of this component are optional except TimeZoneId property.
https://tools.ietf.org/html/rfc5545#section-3.6.5