Appointment(AppointmentType) Constructor
Initializes a new instance of the Appointment class of the specified type.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
type | Appointment |
An Appointment |
#Remarks
In this case, the Appointment.Start property is set to DateTime.MinValue, the Appointment.Duration property is set to 30 minutes, and the Appointment.Subject is set to Empty.
NOTE
Don't specify the Appointment