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

Syntax

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

Inheritance Hierarchy

See Also