Version

Resize(Subitem,Location,Int32,Int32) 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 hour As Integer, _
   ByVal minute As Integer _
) 
public void Resize( 
   Rational.Test.Ft.Script.Subitem appointment,
   Rational.Test.Ft.Script.Location tag,
   int hour,
   int minute
)

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.
hour
The hour that the altered property should be set to.
minute
The minute that the altered property should 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