Version

Resize(Subitem,Location,Position) Method

Resizes a given appointment, changing either the StartDateTime or EndDateTime while leaving the other the original value.
Syntax
'Declaration
 
Public Overloads Sub Resize( _
   ByVal appointment As Rational.Test.Ft.Script.Subitem, _
   ByVal tag As Rational.Test.Ft.Script.Location, _
   ByVal timeSlot As Rational.Test.Ft.Script.Position _
) 
public void Resize( 
   Rational.Test.Ft.Script.Subitem appointment,
   Rational.Test.Ft.Script.Location tag,
   Rational.Test.Ft.Script.Position timeSlot
)

Parameters

appointment
The List Subitem that represents the Appointment to be moved.
tag
A Location Subitem with the value of either "StartDateTime" or "EndDateTime" designation which value will be changed.
timeSlot
The Position of the TimeSlot item which will be set to the changed property.
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