Gets or sets the WorkDays object containing the set of working days in one week.

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

Syntax

C#
[TypeConverterAttribute(typeof(WorkDaysConverter))]
public WorkDays WorkDays { get; set; }
Visual Basic (Declaration)
<TypeConverterAttribute(GetType(WorkDaysConverter))> _
Public Property WorkDays As WorkDays
	Get
	Set

Remarks

Note: WorkingWeekView style should set VisualTimeSpan property to 7 days. The actual number of displayed days will depend on the WorkDays list.

See Also