GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / Schedule Class / FirstDayOfWeek Property

In This Topic
    FirstDayOfWeek Property (Schedule)
    In This Topic
    Gets or sets the first day of the week.
    Syntax
    'Declaration
     
    Public Property FirstDayOfWeek As DayofWeek
    public DayofWeek FirstDayOfWeek {get; set;}
    See Also