バージョン

GanttTimeEntry コンストラクタ(DateTime,DateTime,Int32,Int32,String,Double)

GanttTimeEntryのコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal startTime As Date, _
   ByVal endTime As Date, _
   ByVal id As Integer, _
   ByVal linkToID As Integer, _
   ByVal owner As String, _
   ByVal percentComplete As Double _
)
public GanttTimeEntry( 
   DateTime startTime,
   DateTime endTime,
   int id,
   int linkToID,
   string owner,
   double percentComplete
)

パラメータ

startTime
新しいGanttTimeEntryの開始時刻。
endTime
新しいGanttTimeEntryの終了時刻。
id
GanttTimeEntryieの一意のID。
linkToID
このGanttTimeEntryをリンクする、データソース内の別のGanttTimeEntryのID。
owner
このGanttTimeEntryの所有者を表す文字列。
percentComplete
このGanttTimeEntryの完了済みパーセンテージ。
参照