[]
The DateList class represents the observable collection of DateTime values. The collection contains unique values only. Every item in collection is a DateTime value containing the date part only.
public class DateList : ReentrantObservableCollection<DateTime>, IList<DateTime>, ICollection<DateTime>, IList, ICollection, IReadOnlyList<DateTime>, IReadOnlyCollection<DateTime>, IEnumerable<DateTime>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Public Class DateList
Inherits ReentrantObservableCollection(Of Date)
Implements IList(Of Date), ICollection(Of Date), IList, ICollection, IReadOnlyList(Of Date), IReadOnlyCollection(Of Date), IEnumerable(Of Date), IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
| Name | Description |
|---|---|
| DateList() | Initializes a new instance of the DateList collection. |
| Name | Description |
|---|---|
| Add(DateTime) | Adds a DateTime value to the end of the Collection. |
| Contains(DateTime) | Returns true if specified item exists in the Collection. |