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.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Remarks

This methods implements the NewAppointmentDialogCommand command.

See Also