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.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Inheritance Hierarchy

See Also