Overload List

  Name Description
Public method NewAppointmentDialog()()()()
Shows the Edit Appointment dialog for the creation of a new Appointment object. Edit Appointment dialog is initialized according to the SelectedDateTimeInterval property value if it is not null; or according to the current date and time and the VisualIntervalScale property value otherwise.
Public method NewAppointmentDialog(VisualInterval)
Shows the Edit Appointment dialog for the creation of a new Appointment.
Public method NewAppointmentDialog(DateTime, DateTime)
Shows the Edit Appointment dialog for the creation of a new Appointment object with the specified start and end values.
Public method NewAppointmentDialog(DateTime, DateTime, BaseObject)
Shows the Edit Appointment dialog for the creation of a new Appointment object with the specified start and end values.
Public method NewAppointmentDialog(DateTime, DateTime, Nullable<(Of <<'(Boolean>)>>))
Shows the Edit Appointment dialog for the creation of a new Appointment object with the specified parameters.
Public method NewAppointmentDialog(DateTime, DateTime, Nullable<(Of <<'(Boolean>)>>), BaseObject)
Shows the Edit Appointment dialog for the creation of a new Appointment object with the specified parameters.

See Also