ComponentOne Scheduler for WPF and Silverlight
NewAppointmentDialog(VisualInterval) Method

C1.WPF.Schedule Namespace > C1Scheduler Class > NewAppointmentDialog Method : NewAppointmentDialog(VisualInterval) Method
VisualInterval that determines an initial period of time for a creating C1.C1Schedule.Appointment.
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

Reference

C1Scheduler Class
C1Scheduler Members
Overload List