AppointmentItem Constructors
The planned event a scheduler view displays.| Name | Parameters | Description |
|---|---|---|
| AppointmentItem() | none | Initializes a new AppointmentItem instance with the default settings. |
| AppointmentItem(AppointmentType) | type | Initializes a new AppointmentItem instance with the specified type. |
See Also