The following tables list the members exposed by DateCollection.
Name | Description | |
---|---|---|
DateCollection Constructor | Initializes a new DateCollection |
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 | |
---|---|---|
AllowedRange | Returns a range that represents the dates that may be added. | |
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 | Overloaded. Adds a specified range of dates to the collection. | |
Clear | Removes all elements from the Collection. (Inherited from System.Collections.ObjectModel.Collection<DateTime>) | |
Contains | Returns a boolean indicating if the collection contains a given date. | |
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>) | |
IntersectsWith | Returns true if there are any dates in the collection that intersect with the specified range. | |
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. | |
GetAllowedDates | Returns an array of the dates that are allowed to be added for the specified range. | |
InsertItem | Overridden. Inserts a new item at the specified index in the collection. | |
MoveItem | (Inherited from System.Collections.ObjectModel.ObservableCollection<DateTime>) | |
OnCollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<DateTime>) | |
OnDatesChanged | Invoked when the selection has changed indicating the added and removed dates. | |
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 | |
VerifyNewDateCount | Used to determine if the number of items that will be in the collection is allowed. |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<DateTime>) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<DateTime>) |