TimeSlot Constructors
An individual time slot item.| Name | Parameters | Description |
|---|---|---|
| TimeSlot() | none | Initializes a new instance of the TimeSlot class with the default settings. |
| TimeSlot(TimeSpan, String, String) | value, displayName, menuCaption | Initializes a new instance of the TimeSlot class with the specified value, display name and menu caption. |
| TimeSlot(TimeSpan, String) | value, displayName | Initializes a new instance of the TimeSlot class with the specified value and display name. |
See Also