Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.8 Assembly / 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 System.DayOfWeek
    public System.DayOfWeek WeekStart {get; set;}
    See Also