ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / DateList Class
Members

In This Topic
    DateList Class
    In This Topic
    The DateList class represents the observable collection of System.DateTime values. The collection contains unique values only. Every item in collection is a System.DateTime value containing the date part only.
    Object Model
    DateList Class
    Syntax
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          C1.Xaml.Calendar.ReentrantObservableCollection<T>
             C1.Xaml.Calendar.DateList

    See Also