ComponentOne Scheduler for WinForms
DateList Class
Members 

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace : DateList Class
The DateList class is a wrapper for the System.Collections.Generic.List`1 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

Reference

DateList Members
C1.C1Schedule Namespace