Specifies status information used for rendering a TimeSlot.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public enum TimeSlotState |
| Visual Basic |
|---|
Public Enumeration TimeSlotState |
| Visual C++ |
|---|
public enum class TimeSlotState |
Members
| Member name | Value | Description | |
|---|---|---|---|
| WorkTime | 0 | The timeslot is unselected and within working hours. | |
| NotWorkTime | 1 | The timeslot is unselected and outside working hours. | |
| SelectedWorkTime | 2 | The timeslot is selected and within working hours. | |
| SelectedNotWorkTime | 3 | The timeslot is selected and outside working hours. |