Shows the Edit Appointment dialog for the creation of a new Appointment object. Edit Appointment dialog is initialized according to the SelectedDateTimeInterval property value if it is not null; or according to the current date and time and the VisualIntervalScale property value otherwise.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public void NewAppointmentDialog()
Visual Basic
Public Sub NewAppointmentDialog

Remarks

This methods implements the NewAppointmentDialogCommand command.

See Also