MindFusion.Wpf Pack Programmer's Guide
DateCollection Class
See Also
 





Represents a strongly-typed sorted collection of DateTime objects.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public sealed class DateCollection : ObservableCollection<DateTime>

Visual Basic  Copy Code

Public NotInheritable Class DateCollection
    Inherits ObservableCollection(Of DateTime)

 Inheritance Hierarchy

System.Object
    System.Collections.ObjectModel.Collection(DateTime)
        System.Collections.ObjectModel.ObservableCollection(DateTime)
            MindFusion.Scheduling.Wpf.DateCollection

 See Also

DateCollection Members
MindFusion.Scheduling.Wpf Namespace