C1.WPF.GanttView Assembly / C1.WPF.GanttView Namespace / DayTimesKind Enumeration

DayTimesKind Enumeration
Working time scheduling options.
Syntax
'Declaration
 
Public Enum DayTimesKind 
   Inherits 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.WPF.GanttView.DayTimesKind

See Also