Skip to main content

Appointment() Constructor

In This Article

Initializes a new instance of the Appointment class with default settings.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v14.2.Core.dll

#Declaration

public Appointment()

#Remarks

In this case, the Appointment.Type property is set to AppointmentType.Normal, 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.

See Also