バージョン

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

GanttTimeEntryのコンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal startTime As Date, _
   ByVal endTime As Date _
)
public GanttTimeEntry( 
   DateTime startTime,
   DateTime endTime
)

パラメータ

startTime
新しいGanttTimeEntryの開始時刻。
endTime
新しいGanttTimeEntryの終了時刻。
参照