GanttView for WPF
GetCompleteThroughDate メソッド

C1.WPF.GanttView アセンブリ > C1.GanttView 名前空間 > BaseTask クラス : GetCompleteThroughDate メソッド
タスクの完了部分のパーセンテージ。
タスクの完了部分の日付を返します。
シンタックス
'宣言
 
Public Function GetCompleteThroughDate( _
   ByVal percentComplete As System.Double _
) As System.Date
public System.DateTime GetCompleteThroughDate( 
   System.double percentComplete
)

パラメータ

percentComplete
タスクの完了部分のパーセンテージ。

戻り値の型

タスクの一部が完了した日付。
参照

BaseTask クラス
BaseTask メンバ