NewAppointmentDialog(DateTime,DateTime) Method
In This Topic
Shows the Edit Appointment dialog for the creation of a new
C1.Schedule.Appointment object with the specified start and end values.
Syntax
'Declaration
Public Overloads Sub NewAppointmentDialog( _
ByVal As Date, _
ByVal As Date _
)
public void NewAppointmentDialog(
DateTime ,
DateTime
)
Parameters
- start
- The start value.
- end
- The end value.
See Also