Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / NewAppointmentDialog Method / NewAppointmentDialog() Method

In This Topic
    NewAppointmentDialog() Method
    In This Topic
    Shows the Edit Appointment dialog for the creation of a new C1.C1Schedule.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.
    Syntax
    'Declaration
     
    
    Public Overloads Sub NewAppointmentDialog() 
    public void NewAppointmentDialog()
    Remarks
    This methods implements the NewAppointmentDialogCommand command.
    See Also