Click or drag to resize

ICalDateList Interface

IT Hit WebDAV Classes Reference
Represents calendar properties with date or date-time multiple values and time zone identifier. Used to access "EXDATE" and "RDATE" properties.

Namespace:  ITHit.Collab.Calendar
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
public interface ICalDateList : IProperty, 
	ITextProperty, ITimeZoneIdParam

The ICalDateList type exposes the following members.

Properties
  NameDescription
Public propertyContainer
Parent component for this instance.
(Inherited from IProperty.)
Public propertyDates
List of date-times or dates.
Public propertyRawProperty
Provides low-level access to business card or calendar property.
(Inherited from IProperty.)
Public propertyText
Gets or sets decoded property value as text.
(Inherited from ITextProperty.)
Public propertyTimeZoneId
Gets or sets time zone identifier. Provides access to "TZID" parameter.
(Inherited from ITimeZoneIdParam.)
Top
Methods
  NameDescription
Public methodRemove
Deletes property from calendar or business card.
(Inherited from IProperty.)
Top
See Also