The C1DateCollection type exposes the following members.

Constructors

  Name Description
Public method C1DateCollection
Initialize a new instance of C1DateCollection.

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.)

Properties

  Name Description
Public property Count
Gets the number of collection items.
Public property Item
Indexer of this collection.

See Also