The DateList class is a wrapper for the List<(Of <(<'T>)>)> 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.

Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
public class DateList
Visual Basic (Declaration)
Public Class DateList

Remarks

This class uses binary search for all operations.

Inheritance Hierarchy

System..::..Object
  C1.C1Schedule..::..DateList

See Also