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

Namespace:  C1.Phone.Calendar
Assembly:  C1.Phone.Calendar (in C1.Phone.Calendar.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
public class WorkDays : ObservableCollection<DayOfWeek>
Visual Basic
Public Class WorkDays _
	Inherits ObservableCollection(Of DayOfWeek)
XAML Object Element Usage
<WorkDays .../>

Inheritance Hierarchy

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

See Also