[]
Specifies the day working times.
public class WorkingTimes : INotifyPropertyChanged
| Name | Description |
|---|---|
| WorkingTimes() | Initializes a new instance of a WorkingTimes. |
| 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. |
| 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. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when the value of a property changes. |