[This is preliminary documentation and is subject to change.]

The OCVCalendar type exposes the following members.

Constructors

  NameDescription
Public methodOCVCalendarOverloaded.

Methods

  NameDescription
Public methodadd
Adds an event ot the collection.
Public methodCopyTo
Copy the object to an array.
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 methodGetEnumerator
Get an enumerator to enumerate through the collection. This function is not implemented and any attempt to use it throws an exception.
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStore
Writes the current object to the stringwriter.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCount
Number of events in the collection.
Public propertyIsSynchronized
Gets a value which says whether the access to the object is synchronized (thread-safe).
Public propertyItem
Indexer to return the event using the index in the collection.
Public propertyStatus
returns 0 if successful, -1 the file is not in the vCard -2 the file is ill-formed -3 vCard file Version not supported
Public propertySyncRoot
Gets an object that can be used to synchronize access to the collection.

See Also