| ISchedulerTimeSlot Interface |
Namespace: Kettic.AspNet.Controls.Scheduler.Views
The ISchedulerTimeSlot type exposes the following members.
| Name | Description | |
|---|---|---|
| Appointments |
A list of the appointments that start in this time slot.
| |
| Control |
The control that represents this time slot.
| |
| CssClass |
An optional CSS class name that will be rendered for the time slot.
| |
| Duration |
The duration of the time slot.
| |
| End |
The end time of the time slot.
| |
| Index |
The unique index of the time slot.
| |
| Resource |
The resource associated with the time slot.
| |
| Start |
The start time of the time slot.
|