Scheduler for WPF and Silverlight | ComponentOne
C1.C1Schedule Namespace / CalendarInfo Class / WeekStart Property

In This Topic
    WeekStart Property (CalendarInfo)
    In This Topic
    Gets or sets the System.DayOfWeek value determining the first day of the week. Default is system settings.
    Syntax
    'Declaration
     
    
    Public Property WeekStart As DayOfWeek
    public DayOfWeek WeekStart {get; set;}
    See Also