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

In This Topic
    WorkDays Class
    In This Topic
    The WorkDays class is a list of working days for the single week.
    Object Model
    WorkDays Class
    Syntax
    'Declaration
     
    
    Public Class WorkDays 
       Inherits System.Collections.Generic.List(Of DayOfWeek)
    Inheritance Hierarchy

    System.Object
       System.Collections.Generic.List<T>
          C1.C1Schedule.WorkDays

    See Also