| Class | Description |
|---|---|
| AppointmentItemEventArgs | Provides appointment data to appointment events. |
| DateEventArgs | Provides date data to date events.. |
| DateTimeCollection | A collection of Date objects. |
| dbiMonth | A month-based calendar interfaces ideal for quickly adding and presenting appointments or booked time over a range of months. |
| PageChangeEventArgs | Provides data to the PageChange Event. |
| UserDrawnWeekSummaryEventArgs | Provides data to the UserDrawnWeekSummary Event. |
| WeekSummaryClickEventArgs | Provides data to the WeekSummaryClick Event. |
| Delegate | Description |
|---|---|
| AppointmentItemEventHandler | Represents the method that will handle appointment events. |
| ArrowIndicatorEventHandler | Represents the method that will handle the ArrowIndicatorClick Event. |
| DateChangeEventHandler | Represents the method that will handle the DateChange Event. |
| dbiMonth.DateOverEventHandler | Represents the method that will handle the DateOver Event. |
| dbiMonth.UserDrawnWeekSummaryHandler | Represents the method that will handle the UserDrawnWeekSummary Event. |
| dbiMonth.WeekSummaryClickHandler | Represents the method that will handle the WeekSummaryClick Event. |
| PageChangeEventHandler | Represents the method that will handle the PageChange Event. |
| Enumeration | Description |
|---|---|
| AppointmentDetail | Determines how the appointments will be shown in the display. |
| enumAppointmentFormat | How the appointments will be displayed. |
| enumArrowIndicator | The style of the arrow used to indicate there are more appointments for a given day than can be displayed. |
| enumControlStyle | predefined styles for the control |
| enumImageType | The type of image to create with the CreateImage Method. |
| enumTitleSize | How the title section is sized. |
| enumTitleType | How the control can be navigated. |
| enumWeekNumberAlignment | Alignment of the weeknumbers. |