ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DatePicker Class / FirstDayOfWeek Property

In This Topic
    FirstDayOfWeek Property (C1DatePicker)
    In This Topic
    Gets or sets the day that is considered the beginning of the week.
    Syntax
    'Declaration
     
    Public Property FirstDayOfWeek As System.DayOfWeek
    public System.DayOfWeek FirstDayOfWeek {get; set;}
    See Also