Back to Devexpress

SchedulerDataStorage.CreateAppointment Method

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

latest1.7 KB
Original Source

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