The C1DateCollection type exposes the following members.

Methods

  Name Description
Public method Add
Adds a Date object to this collection.
Public method AddRange
Adds a range of date.
Public method Clear
Clears the collection.
Public method Contains
Determines whether a Date is contained in this collection.
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Detects the index of Date in this collection.
Public method Remove
Removes the Date object from the collection.
Public method RemoveRange
Removes the dates in the specified range.
Public method ToLocaleString (Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also