ComponentOne Scheduler for WPF and Silverlight
NewAppointmentDialog(DateTime,DateTime) Method

C1.WPF.Schedule Namespace > C1Scheduler Class > NewAppointmentDialog Method : NewAppointmentDialog(DateTime,DateTime) Method
The start value.
The end value.
Shows the Edit Appointment dialog for the creation of a new C1.C1Schedule.Appointment object with the specified start and end values.
Syntax
'Declaration
 
Public Overloads Sub NewAppointmentDialog( _
   ByVal start As System.Date, _
   ByVal end As System.Date _
) 
public void NewAppointmentDialog( 
   System.DateTime start,
   System.DateTime end
)

Parameters

start
The start value.
end
The end value.
Remarks
The value of the C1.C1Schedule.Appointment.AllDayEvent property is determined according the start and end values.
See Also

Reference

C1Scheduler Class
C1Scheduler Members
Overload List