Specifies status information used for rendering a TimeSlot.

Namespace: Mindscape.SilverlightElements
Assembly: 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 nameValueDescription
WorkTime0 The timeslot is unselected and within working hours.
NotWorkTime1 The timeslot is unselected and outside working hours.
SelectedWorkTime2 The timeslot is selected and within working hours.
SelectedNotWorkTime3 The timeslot is selected and outside working hours.

See Also