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.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public class DateList
Visual Basic
Public Class DateList

Remarks

This class uses binary search for all operations.

Inheritance Hierarchy

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

See Also