Specifies status information used for rendering a TimeSlot.
Namespace:
Mindscape.WpfElementsAssembly: Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)
Syntax
| C# |
|---|
public enum TimeSlotState |
| Visual Basic (Declaration) |
|---|
Public Enumeration TimeSlotState |
Members
| Member name | Description | |
|---|---|---|
| WorkTime |
The timeslot is unselected and within working hours.
| |
| NotWorkTime |
The timeslot is unselected and outside working hours.
| |
| SelectedWorkTime |
The timeslot is selected and within working hours.
| |
| SelectedNotWorkTime |
The timeslot is selected and outside working hours.
|