ComponentOne GanttView for WinForms
DayTimesKind Enumeration

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace : DayTimesKind Enumeration
Working time scheduling options.
Syntax
'Declaration
 
Public Enum DayTimesKind 
   Inherits System.Enum
public enum DayTimesKind : System.Enum 
Members
MemberDescription
NonworkingTimeIdentify the day as a planned day off.
SpecificTimesUse the specific time intervals to identify the working times.
UseDefaultTimesUse default working times for this day.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1GanttView.DayTimesKind

See Also

Reference

C1.Win.C1GanttView Namespace