Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / NewAppointmentDialog Method / NewAppointmentDialog(VisualInterval) Method
VisualInterval that determines an initial period of time for a creating C1.C1Schedule.Appointment.

In This Topic
    NewAppointmentDialog(VisualInterval) Method
    In This Topic
    Shows the Edit Appointment dialog for the creation of a new C1.C1Schedule.Appointment.
    Syntax
    'Declaration
     
    
    Public Overloads Sub NewAppointmentDialog( _
       ByVal forInterval As VisualInterval _
    ) 
    public void NewAppointmentDialog( 
       VisualInterval forInterval
    )

    Parameters

    forInterval
    VisualInterval that determines an initial period of time for a creating C1.C1Schedule.Appointment.
    Remarks
    This methods implements the NewAppointmentDialogCommand command.
    See Also