Shows the Edit Appointment dialog for the creation of a new
Appointment.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public void NewAppointmentDialog( VisualInterval forInterval ) |
Visual Basic (Declaration) |
---|
Public Sub NewAppointmentDialog ( _ forInterval As VisualInterval _ ) |
Parameters
- forInterval
- Type: C1.WPF.C1Schedule..::..VisualInterval
VisualInterval that determines an initial period of time for a creating Appointment.
Remarks
This methods implements the NewAppointmentDialogCommand command.