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

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

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

Inheritance Hierarchy

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

See Also