Shows the Edit Appointment dialog for the creation of a new Appointment.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public void NewAppointmentDialog(
	VisualInterval forInterval
)
Visual Basic
Public Sub NewAppointmentDialog ( _
	forInterval As VisualInterval _
)

Parameters

forInterval
Type: C1.Silverlight.Schedule..::..VisualInterval
VisualInterval that determines an initial period of time for a creating Appointment.

Remarks

This methods implements the NewAppointmentDialogCommand command.

See Also