Add(Appointment)
|
appointment
|
Appends 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, subject
|
Adds a new appointment with specific properties to this AppointmentDataStorage.
|
Add(AppointmentType, DateTime, DateTime)
|
type, start, end
|
Adds a new appointment with specific properties to this AppointmentDataStorage.
|
Add(AppointmentType, DateTime, TimeSpan, String)
|
type, start, duration, subject
|
Adds a new appointment with specific properties to this AppointmentDataStorage.
|
Add(AppointmentType, DateTime, TimeSpan)
|
type, start, duration
|
Adds a new appointment with specific properties to this AppointmentDataStorage.
|