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.Phone.Calendar
Assembly:  C1.Phone.Calendar (in C1.Phone.Calendar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class DateList : ReentrantObservableCollection<DateTime>
Visual Basic
Public Class DateList _
	Inherits ReentrantObservableCollection(Of DateTime)
XAML Object Element Usage
<DateList .../>

Inheritance Hierarchy

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

See Also