Click or drag to resize
VCalendar Methods

The VCalendar type exposes the following members.

Methods
  NameDescription
Public methodAddSection
Creates a section within a parentsection (eg: vevent within a vcalendar section)
(Inherited from VDataSection.)
Public methodAddValue(String, VDataValue)
Adds a property within a section (eg: vevent/vcard)
(Inherited from VDataSection.)
Public methodAddValue(String, String)
Adds a property within a section (eg: vevent/vcard). It parses the label to extract any attributes
(Inherited from VDataSection.)
Public methodAddValue(String, VCardNameProperty, String)
Adds a VCardNameProperty property within a section (eg: vevent/vcard)
(Inherited from VDataSection.)
Public methodAddValue(String, String, String)
Adds a property within a section (eg: vevent/vcard)
(Inherited from VDataSection.)
Public methodAppendToLastValue
Appends the wrapped data to a value property within a section (eg: vevent/vcard)
(Inherited from VDataSection.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetItemId
Generates a new item id/filename for an appointment
Public methodGetStringValue
Returns a string representation of a property
(Inherited from VDataSection.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns a property within a section (eg: vevent/vcard) as a VDataValue
(Inherited from VDataSection.)
Public methodLoad
Loads a contact/vcard from text
(Inherited from VDataSection.)
Public methodLoadSection
Loads a contact/vcard section into child sections and property list
(Inherited from VDataSection.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveValue
Removes a property within a section (eg: vevent/vcard)
(Inherited from VDataSection.)
Public methodSerialise
Converts the internal representation of a VCALENDAR/VCARD Section to text
(Inherited from VDataSection.)
Public methodSetValue(String, VDataValue, ValueMatchType)
Sets a complex value (VDataValue) within a VDataSection
(Inherited from VDataSection.)
Public methodSetValue(String, String, String)
Sets a property within a section (eg: vevent/vcard)
(Inherited from VDataSection.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also