The following tables list the members exposed by SelectedDateCollection.
| Name | Description | |
|---|---|---|
|  | Count | Gets the number of elements actually contained in the Collection. (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | 
|  | Item | Gets or sets the element at the specified index. (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | 
| Name | Description | |
|---|---|---|
|  | Items | Gets a IList wrapper around the Collection. (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | 
| Name | Description | |
|---|---|---|
|  | Add | Adds an object to the end of the Collection. (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | 
|  | AddRange | Adds a specified range of dates to the collection. | 
|  | Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | 
|  | Contains | Determines whether an element is in the Collection. (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | 
|  | CopyTo | Copies the entire Collection to a compatible one-dimensional System.Array, starting at the specified index of the target array. (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | 
|  | GetEnumerator | Returns an enumerator that iterates through the Collection. (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | 
|  | IndexOf | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | 
|  | Insert | Inserts an element into the Collection at the specified index. (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | 
|  | Move | (Inherited from System.Collections.ObjectModel.ObservableCollection<DateTime>) | 
|  | Remove | Removes the first occurrence of a specific object from the Collection. (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | 
|  | RemoveAt | Removes the element at the specified index of the Collection. (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | 
|  | Sort | Sorts the contents of the collection in ascending order. | 
| Name | Description | |
|---|---|---|
|  | BlockReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<DateTime>) | 
|  | CheckReentrancy | (Inherited from System.Collections.ObjectModel.ObservableCollection<DateTime>) | 
|  | ClearItems | Overridden. Removes all the items from the collection. | 
|  | InsertItem | Overridden. Inserts a new item at the specified index in the collection. | 
|  | MoveItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<DateTime>) | 
|  | OnCollectionChanged | Overridden. Invoked when the collection has been changed. | 
|  | OnPropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<DateTime>) | 
|  | RemoveItem | Overridden. Removes an item at the specified index. | 
|  | SetItem | Overridden. Replaces an item at the specified index in the collection | 
| Name | Description | |
|---|---|---|
|  | CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<DateTime>) | 
| Name | Description | |
|---|---|---|
|  | PropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<DateTime>) |