C1.Silverlight.Schedule.5
NewAppointmentDialog(DateTime,DateTime,BaseObject) Method

The start value.
The end value.
The object determining SchedulerGroupItemen for which appointment should be created.
Shows the Edit Appointment dialog for the creation of a new C1.C1Schedule.Appointment object with the specified start and end values.
Syntax
'Declaration
 
Public Overloads Sub NewAppointmentDialog( _
   ByVal start As System.Date, _
   ByVal end As System.Date, _
   ByVal groupOwner As BaseObject _
) 
public void NewAppointmentDialog( 
   System.DateTime start,
   System.DateTime end,
   BaseObject groupOwner
)

Parameters

start
The start value.
end
The end value.
groupOwner
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

Reference

C1Scheduler Class
C1Scheduler Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.