The WorkDays class is a list of working days for the single week.

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

Syntax

C#
public class WorkDays : List<DayOfWeek>
Visual Basic (Declaration)
Public Class WorkDays _
	Inherits List(Of DayOfWeek)

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..List<(Of <(<'DayOfWeek>)>)>
    C1.C1Schedule..::..WorkDays

See Also