Version

ResizeAppointment(List,Location,Date) Method

Resizes an appointment, that is adjusting the start or end time while leaving the other value fixed.
Syntax
'Declaration
 
Public Overloads Sub ResizeAppointment( _
   ByVal appointmentSubitem As Rational.Test.Ft.Script.List, _
   ByVal tag As Rational.Test.Ft.Script.Location, _
   ByVal newDate As Rational.Test.Ft.Script.Date _
) 
public void ResizeAppointment( 
   Rational.Test.Ft.Script.List appointmentSubitem,
   Rational.Test.Ft.Script.Location tag,
   Rational.Test.Ft.Script.Date newDate
)

Parameters

appointmentSubitem
The Appoinment Subitem List to be moved.
tag
A Location with the value "StartDate" or "EndDate" which dictates what value will be adjusted.
newDate
The Date which will be part of the StartDateTime or EndDateTime
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