Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / CalendarHelper Class / WeekStart Property

In This Topic
    WeekStart Property (CalendarHelper)
    In This Topic
    Gets or sets the System.DayOfWeek value determining the first day of the week. Default is system settings.
    Syntax
    'Declaration
     
    
    <C1DescriptionAttribute("CalendarHelper.WeekStart", "The first working day of the week.")>
    Public Property WeekStart As DayOfWeek
    [C1Description("CalendarHelper.WeekStart", "The first working day of the week.")]
    public DayOfWeek WeekStart {get; set;}
    See Also