[]
Specifies the working time interval.
public class TimeInterval : INotifyPropertyChanged
| Name | Description |
|---|---|
| TimeInterval() | Initializes the TimeInterval members. |
| Name | Description |
|---|---|
| Empty | Gets or sets whether the time interval is empty (not used). |
| From | Gets or sets the working time start. |
| To | Gets or sets the working time end. |
| Name | Description |
|---|---|
| OnPropertyChanged(PropertyChangedEventArgs) | Raises the PropertyChanged event. |
| Name | Description |
|---|---|
| PropertyChanged | Occurs when the value of a property changes. |