GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / DayTimesKind Enumeration

In This Topic
    DayTimesKind Enumeration
    In This Topic
    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.WPF.GanttView.DayTimesKind

    See Also