Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / DateList Class
Members

In This Topic
    DateList Class
    In This Topic
    The DateList class is a wrapper for the List instance. At addition of the new value, it cuts off the time part of the value and ensures that the value is not present in the list yet.
    Object Model
    DateList Class
    Syntax
    'Declaration
     
    
    Public Class DateList 
    public class DateList 
    Remarks
    This class uses binary search for all operations.
    Inheritance Hierarchy

    System.Object
       C1.C1Schedule.DateList

    See Also