バージョン

CompleteThrough プロパティ

この Task が完了する日時を返します。
シンタックス
'宣言
 
Public ReadOnly Property CompleteThrough As Date
public DateTime CompleteThrough {get;}
解説

PercentComplete プロパティの値がゼロの場合、CompleteThrough プロパティは StartDateTime プロパティの値を返します。PercentComplete がゼロ以外の値を返す場合、タスクの Duration に PercentComplete で決定された達成率を掛けます。計算結果は StartDateTime に追加され、CompleteThrough 日付を生成します。

参照