Scheduler for UWP | 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
     
    
    <DefaultMemberAttribute("Item")>
    <DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
    <DebuggerDisplayAttribute("Count = {Count}")>
    Public Class WorkDays 
       Inherits System.Collections.Generic.List(Of DayOfWeek)
    [DefaultMember("Item")]
    [DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
    [DebuggerDisplay("Count = {Count}")]
    public class WorkDays : System.Collections.Generic.List<DayOfWeek> 
    Inheritance Hierarchy

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

    See Also