GanttView for WPF | ComponentOne
C1.WPF.GanttView Assembly / C1.GanttView Namespace / WorkWeek Class
Properties Methods Events


In This Topic
    WorkWeek Class Members
    In This Topic

    The following tables list the members exposed by WorkWeek.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of a WorkWeek.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the finish date of a work week.  
    Public PropertyGets or sets the working times for Friday. (Inherited from C1.GanttView.BaseWorkWeek)
    Public PropertyGets or sets the working times for Monday. (Inherited from C1.GanttView.BaseWorkWeek)
    Public PropertyGets or sets the name of a work week.  
    Public PropertyGets or sets the working times for Saturday. (Inherited from C1.GanttView.BaseWorkWeek)
    Public PropertyGets the owner BaseWorkWeek.Schedule. (Inherited from C1.GanttView.BaseWorkWeek)
    Public PropertyGets or sets the start date of a work week.  
    Public PropertyGets or sets the working times for Sunday. (Inherited from C1.GanttView.BaseWorkWeek)
    Public PropertyGets or sets the working times for Thursday. (Inherited from C1.GanttView.BaseWorkWeek)
    Public PropertyGets or sets the working times for Tuesday. (Inherited from C1.GanttView.BaseWorkWeek)
    Public PropertyGets or sets the working times for Wednesday. (Inherited from C1.GanttView.BaseWorkWeek)
    Top
    Public Methods
     NameDescription
    Public MethodResets the value of the BaseWorkWeek.FridayTimes property. (Inherited from C1.GanttView.BaseWorkWeek)
    Public MethodResets the value of the BaseWorkWeek.MondayTimes property. (Inherited from C1.GanttView.BaseWorkWeek)
    Public MethodResets the value of the BaseWorkWeek.SaturdayTimes property. (Inherited from C1.GanttView.BaseWorkWeek)
    Public MethodResets the value of the BaseWorkWeek.SundayTimes property. (Inherited from C1.GanttView.BaseWorkWeek)
    Public MethodResets the value of the BaseWorkWeek.ThursdayTimes property. (Inherited from C1.GanttView.BaseWorkWeek)
    Public MethodResets the value of the BaseWorkWeek.TuesdayTimes property. (Inherited from C1.GanttView.BaseWorkWeek)
    Public MethodResets the value of the BaseWorkWeek.WednesdayTimes property. (Inherited from C1.GanttView.BaseWorkWeek)
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the BaseWorkWeek.PropertyChanged event. (Inherited from C1.GanttView.BaseWorkWeek)
    Top
    Public Events
     NameDescription
    Public EventOccurs when the value of a property changes. (Inherited from C1.GanttView.BaseWorkWeek)
    Top
    See Also