ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / FirstDayOfWeek Property

In This Topic
    FirstDayOfWeek Property (C1GanttView)
    In This Topic
    Gets or sets the first working day of the week.
    Syntax
    'Declaration
     
    Public Property FirstDayOfWeek As System.Windows.Forms.Day
    public System.Windows.Forms.Day FirstDayOfWeek {get; set;}
    See Also