Search
DateCollection Methods
 


 Public Methods

  Name Description

Add

Adds the specified DateTime object to this collection.

Clear

Removes all elements from the collection.

Contains

Determines whether this collection contains the specified DateTime instance.

CopyTo

Overloaded. Copies the elements of this DateCollection to another collection.

GetEnumerator

Returns an enumerator that can be used to iterate this list.

IndexOf

Returns the zero-based index of the first occurrence of the specified DateTime object in this collection.

Insert

Inserts a DateTime object into the collection at the specified index.

Remove

Removes the first occurrence of a DateTime object from this collection.

RemoveAt

Removes the element at the specified index of this collection.

 See Also