[]
        
(Showing Draft Content)

C1.GanttView.WorkingTimes

WorkingTimes Class

Specifies the day working times.

Inheritance
WorkingTimes
Namespace: C1.GanttView
Assembly: C1.WPF.GanttView.dll
Syntax
public class WorkingTimes : INotifyPropertyChanged

Constructors

Name Description
WorkingTimes()

Initializes a new instance of a WorkingTimes.

Properties

Name Description
Interval_1

Gets the first time interval.

Interval_2

Gets the second time interval.

Interval_3

Gets the third time interval.

Interval_4

Gets the fourth time interval.

Interval_5

Gets the fifth time interval.

Methods

Name Description
OnPropertyChanged(PropertyChangedEventArgs)

Raises the PropertyChanged event.

ResetInterval_1()

Resets the value of the Interval_1 property.

ResetInterval_2()

Resets the value of the Interval_2 property.

ResetInterval_3()

Resets the value of the Interval_3 property.

ResetInterval_4()

Resets the value of the Interval_4 property.

ResetInterval_5()

Resets the value of the Interval_5 property.

Events

Name Description
PropertyChanged

Occurs when the value of a property changes.