バージョン

ResizeAppointment(List,Location,Date,Int32,Int32) メソッド

他の値は固定したまま、開始時刻または終了時刻を調整して予定のサイズを変更します。
シンタックス
'宣言
 
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, _
   ByVal hour As Integer, _
   ByVal minute As Integer _
) 
public void ResizeAppointment( 
   Rational.Test.Ft.Script.List appointmentSubitem,
   Rational.Test.Ft.Script.Location tag,
   Rational.Test.Ft.Script.Date newDate,
   int hour,
   int minute
)

パラメータ

appointmentSubitem
移動する Appoinment サブ項目リスト
tag
調整する値を指定する値 "StartDate" または "EndDate" のある場所
newDate
StartDateTime または EndDateTime の一部である日付
hour
DateTime の時を表す 0~23 の値
minute
DateTime の分を表す 0~59 の値
プラットフォーム

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

参照