AppointmentDataStorage.Add(AppointmentType, DateTime, DateTime) Method
Adds a new appointment with specific properties to this AppointmentDataStorage.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| type | AppointmentType | An Appointment enumeration value that specifies the appointment type. |
| start | DateTime | A DateTime value that specifies the start of a time interval related to the appointment. |
| end | DateTime | A DateTime value that specifies the end of a time interval related to the appointment. |
Returns
| Type | Description |
|---|---|
| Appointment | An Appointment object that is the added appointment. |
See Also