Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / DayCollection Class
Members

In This Topic
    DayCollection Class
    In This Topic
    Collection of all days in the C1Schedule component.
    Object Model
    DayCollection Class
    Syntax
    'Declaration
     
    Public Class DayCollection 
       Inherits System.Collections.ObjectModel.KeyedCollection(Of Date,Day)
    public class DayCollection : System.Collections.ObjectModel.KeyedCollection<DateTime,Day> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
             C1.Schedule.DayCollection

    See Also