Represents a strongly-typed sorted collection of DateTime objects.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public sealed class DateCollection : ObservableCollection<DateTime> |
Visual Basic
Copy Code
|
|---|
Public NotInheritable Class DateCollection |
Inheritance HierarchySystem.Object![]()
System.Collections.ObjectModel.Collection(DateTime)![]()
System.Collections.ObjectModel.ObservableCollection(DateTime)![]()
MindFusion.Scheduling.Wpf.DateCollection
See Also