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