MindFusion.Wpf Pack Programmer's Guide
DateCollection Methods
 


 Public Methods

  Name Description

Add

Adds a date to the collection.

AddRange

Adds a range of dates to the collection.

AddSingle

Replaces the current content of the collection with the specified date.

Clear

Removes all dates from the collection.

Contains

Determines whether the collection contains a specific date.

CopyTo

Copies the dates of the collection to an System.Array, starting at a particular System.Array index.

GetEnumerator

Returns an enumerator that iterates through the collection.

IndexOf

Determines the index of a specific date in the collection.

Insert

Inserts a date to the collection at the specified index.

Remove

Removes the first occurrence of a specific date from the collection.

RemoveAt

Removes the collection date at the specified index.

RemoveRange

Removes a list of dates from the collection.

 See Also

DateCollection Class
MindFusion.UI.Wpf Namespace