Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AppointmentDataStorage.CreateAppointment Method

Name Parameters Description
CreateAppointment(AppointmentType, DateTime, DateTime, String) type, start, end, subject Creates an appointment of the specified type with the specified start time, end time and a subject.
CreateAppointment(AppointmentType, DateTime, DateTime) type, start, end Creates an appointment of the specified type with the specified start and end time.
CreateAppointment(AppointmentType, DateTime, TimeSpan, String) type, start, duration, subject Creates an appointment of the specified type with the specified start time, duration and a subject.
CreateAppointment(AppointmentType, DateTime, TimeSpan) type, start, duration Creates an appointment of the specified type with the specified start time and duration.
CreateAppointment(AppointmentType) type Creates an appointment of the specified type.