Shows the Edit Appointment dialog for the creation of a new
Appointment object with the specified start and end values.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public void NewAppointmentDialog( DateTime start, DateTime end ) |
Visual Basic (Declaration) |
---|
Public Sub NewAppointmentDialog ( _ start As DateTime, _ end As DateTime _ ) |
Parameters
- start
- Type: System..::..DateTime
The start value.
- end
- Type: System..::..DateTime
The end value.
Remarks
The value of the AllDayEvent property
is determined according the start and end values.