Back to Devexpress

AppointmentDataStorage.Add Method

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

latest1.9 KB
Original Source

AppointmentDataStorage.Add Method

NameParametersDescription
Add(Appointment)appointmentAppends the specified Appointment object to the collection which can be accessed via the storage’s AppointmentDataStorage.Items property.
Add(AppointmentType, DateTime, DateTime, String)type, start, end, subjectAdds a new appointment with specific properties to this AppointmentDataStorage.
Add(AppointmentType, DateTime, DateTime)type, start, endAdds a new appointment with specific properties to this AppointmentDataStorage.
Add(AppointmentType, DateTime, TimeSpan, String)type, start, duration, subjectAdds a new appointment with specific properties to this AppointmentDataStorage.
Add(AppointmentType, DateTime, TimeSpan)type, start, durationAdds a new appointment with specific properties to this AppointmentDataStorage.