Appointment(DateTime, DateTime) Constructor
In This Article
Initializes a new instance of the Appointment class with the specified start date and end date.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
start | Date |
A Date |
end | Date |
A Date |
#Remarks
In this case, the Appointment.Type property value is set to AppointmentType.Normal, and the Appointment.Subject is set to Empty.
NOTE
The Appointment.
See Also