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

Namespace:  C1.Xaml.Calendar
Assembly:  C1.Xaml.Calendar (in C1.Xaml.Calendar.dll)

Syntax

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

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'DayOfWeek>)>)>
    System.Collections.ObjectModel..::..ObservableCollection<(Of <(<'DayOfWeek>)>)>
      C1.Xaml.Calendar..::..WorkDays

See Also