Back to Devexpress

SchedulerStorageBase.CreateAppointment Method

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

latest1.7 KB
Original Source

SchedulerStorageBase.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 the 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 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.