Represents a strongly-typed sorted collection of DateTime objects.
The following tables list the members exposed by the DateCollection type.
Name | Description | |
---|---|---|
Initializes a new instance of the DateCollection class. |
Name | Description | |
---|---|---|
Gets or sets the DateTime located at the specified position within this collection. |
Name | Description | |
---|---|---|
Adds the specified DateTime object to this collection. |
||
Removes all elements from the collection. |
||
Determines whether this collection contains the specified DateTime instance. |
||
Copies the elements of the DateCollection to another collection, starting from the specified index. |
||
Returns the zero-based index of the first occurrence of the specified DateTime object in this collection. |
||
Inserts a DateTime object into the collection at the specified index. |
||
Removes the first occurrence of a DateTime object from this collection. |
||
Removes the DateTime object at the specified index of this collection. |
Name | Description | |
---|---|---|
CollectionBase.OnClearComplete override. |
||
CollectionBase.OnInsertComplete override. |
||
CollectionBase.OnRemoveComplete override. |
||
CollectionBase.OnSetComplete override. |