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

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[TypeConverterAttribute(typeof(WorkDaysConverter))]
public WorkDays WorkDays { get; set; }
Visual Basic
<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