Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / CalendarHelper Class / WorkDays Property

In This Topic
    WorkDays Property (CalendarHelper)
    In This Topic
    Gets or sets the WorkDays object containing the set of working days in one week.
    Syntax
    'Declaration
     
    
    Public Property WorkDays As WorkDays
    public WorkDays 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