Back to Devexpress

ISchedulerStorageBase.CreateAppointment Method

corelibraries-devexpress-dot-xtrascheduler-dot-ischedulerstoragebase-dot-createappointment.md

latest1.7 KB
Original Source

ISchedulerStorageBase.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.