ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / DateEditMonthCalendar Class / FirstDayOfWeek Property

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