Version

MoveAppointmentToTimeSlot Method

The UltraDayView control supports moving Appointments from one time slot to another. This method can be used to replicate this behavior.
Syntax
'Declaration
 
Public Sub MoveAppointmentToTimeSlot( _
   ByVal appointmentSubitem As Rational.Test.Ft.Script.List, _
   ByVal newApptDate As Rational.Test.Ft.Script.Date, _
   ByVal hour As Integer, _
   ByVal minute As Integer _
) 
public void MoveAppointmentToTimeSlot( 
   Rational.Test.Ft.Script.List appointmentSubitem,
   Rational.Test.Ft.Script.Date newApptDate,
   int hour,
   int minute
)

Parameters

appointmentSubitem
The List Subitem that represents the Appointment to be moved.
newApptDate
The Date that the Appointment start date will be set to.
hour
The Hour that the Appointment start date will be set to.
minute
The Minute that the Appointment start date will be set to.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also