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.C1ScheduleAssembly: 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
System..::..Object
System.Collections.ObjectModel..::..Collection<(Of <(<'DateTime>)>)>
C1.WPF.C1Schedule..::..ReentrantObservableCollection<(Of <(<'DateTime>)>)>
C1.WPF.C1Schedule..::..DateList
System.Collections.ObjectModel..::..Collection<(Of <(<'DateTime>)>)>
C1.WPF.C1Schedule..::..ReentrantObservableCollection<(Of <(<'DateTime>)>)>
C1.WPF.C1Schedule..::..DateList