C1.WPF.GanttView.4 Assembly > C1.WPF.GanttView Namespace : WeekDays Enumeration |
'Declaration Public Enum WeekDays Inherits System.Enum
public enum WeekDays : System.Enum
Member | Description |
---|---|
Everyday | Specifies every day of the week. |
Friday | Specifies the Friday. |
Monday | Specifies the Monday. |
None | No days in the set. |
Saturday | Specifies the Saturday. |
Sunday | Specifies the Sunday. |
Thursday | Specifies the Thursday. |
Tuesday | Specifies the Tuesday. |
Wednesday | Specifies the Wednesday. |
Weekends | Specifies the Sunday and Saturday. |
Workdays | Specifies all days excepts weekends. |
System.Object
System.ValueType
System.Enum
C1.WPF.GanttView.WeekDays