Appointment(AppointmentType, DateTime, TimeSpan, String) Constructor
Initializes a new instance of the Appointment class with the specified type, start date, duration and subject.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
public Appointment(
AppointmentType type,
DateTime start,
TimeSpan duration,
string subject
)
#Parameters
Name | Type | Description |
---|---|---|
type | Appointment |
An Appointment |
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
NOTE
The duration.
NOTE
Don't specify the Appointment