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.

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

C#
public class DateList : ReentrantObservableCollection<DateTime>
Visual Basic
Public Class DateList _
	Inherits ReentrantObservableCollection(Of DateTime)

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'DateTime>)>)>
    C1.Xaml.Calendar..::..ReentrantObservableCollection<(Of <(<'DateTime>)>)>
      C1.Xaml.Calendar..::..DateList

See Also