Scheduler for UWP | 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
     
    
    <C1CategoryAttribute("CalendarInfo")>
    <C1DescriptionAttribute("CalendarInfo.WeekStart", "The first working day of the week.")>
    Public Property WeekStart As DayOfWeek
    [C1Category("CalendarInfo")]
    [C1Description("CalendarInfo.WeekStart", "The first working day of the week.")]
    public DayOfWeek WeekStart {get; set;}
    See Also