Shows the Edit Appointment dialog for the creation of a new
Appointment object with the specified parameters.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
public void NewAppointmentDialog( DateTime start, DateTime end, Nullable<bool> allDayEvent ) |
Visual Basic (Declaration) |
---|
Public Sub NewAppointmentDialog ( _ start As DateTime, _ end As DateTime, _ allDayEvent As Nullable(Of Boolean) _ ) |
Parameters
- start
- Type: System..::..DateTime
The start value.
- end
- Type: System..::..DateTime
The end value.
- allDayEvent
- Type: System..::..Nullable<(Of <(<'Boolean>)>)>
The Boolean value specifying whether appointment is all-day event.