Back to Devexpress

AppointmentDataStorage.CreateAppointment Method

windowsforms-devexpress-dot-xtrascheduler-dot-appointmentdatastorage-dot-createappointment.md

latest1.7 KB
Original Source

AppointmentDataStorage.CreateAppointment Method

NameParametersDescription
CreateAppointment(AppointmentType, DateTime, DateTime, String)type, start, end, subjectCreates an appointment of the specified type with the specified start time, end time and a subject.
CreateAppointment(AppointmentType, DateTime, DateTime)type, start, endCreates an appointment of the specified type with the specified start and end time.
CreateAppointment(AppointmentType, DateTime, TimeSpan, String)type, start, duration, subjectCreates an appointment of the specified type with the specified start time, duration and a subject.
CreateAppointment(AppointmentType, DateTime, TimeSpan)type, start, durationCreates an appointment of the specified type with the specified start time and duration.
CreateAppointment(AppointmentType)typeCreates an appointment of the specified type.