DateTimeCollection Methods |
The DateTimeCollection type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds a DateTime object to the collection of CalendarDays.
|
|
AddRange | ||
Clear |
Removes all DateTime objects in the collection of CalendarDays.
|
|
Clone | ||
CloneInner | ||
Contains |
Checks whether a specific DateTime object is in the collection of CalendarDays.
|
|
CopyTo(DateTime) | ||
CopyTo(Array, Int32) | ||
CopyTo(DateTime, Int32) | ||
IndexOf |
Returns a zero based index of a DateTime object depending on the passed index.
|
|
Insert |
Adds a DateTime object in the collection at the specified index.
|
|
Remove |
Deletes a DateTime object from the collection.
|
|
RemoveAt |
Deletes the DateTime object from the collection at the specified index.
|
|
RemoveRange | ||
Reverse |
Reverses the order of the elements in the entire collection.
|
|
SelectRange | ||
Sort |
Sorts the elements in the entire DateTimeCollection
using the IComparable implementation of each element.
|
|
Sort(IComparer) |
Sorts the elements in the entire DateTimeCollection
using the specified IComparer interface.
|
|
Sort(Int32, Int32, IComparer) |
Sorts the elements in the specified range
using the specified IComparer interface.
|
|
ToArray |
Copies the elements of DateTimeCollection to a new
Array of DateTime elements.
|