ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / FirstDayOfWeek Property

In This Topic
    FirstDayOfWeek Property (C1CalendarView)
    In This Topic
    Gets or sets the first day of the week as displayed in the month calendar.
    Syntax
    'Declaration
     
    
    Public Property FirstDayOfWeek As DayOfWeek
    public DayOfWeek FirstDayOfWeek {get; set;}
    See Also