Shows the Edit Appointment dialog for the creation of a new Appointment object with the specified start and end values.

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

Syntax

C#
public void NewAppointmentDialog(
	DateTime start,
	DateTime end,
	BaseObject groupOwner
)
Visual Basic
Public Sub NewAppointmentDialog ( _
	start As DateTime, _
	end As DateTime, _
	groupOwner As BaseObject _
)

Parameters

start
Type: System..::..DateTime
The start value.
end
Type: System..::..DateTime
The end value.
groupOwner
Type: C1.C1Schedule..::..BaseObject
The object determining SchedulerGroupItemen for which appointment should be created.

Remarks

The value of the AllDayEvent property is determined according the start and end values.

See Also