Tsk.FinishVariance
Tsk.FinishVariance field
The time that represents the difference between the baseline finish date of a task or assignment and its current finish date.
public static readonly Key<Duration, TaskKey> FinishVariance;
Examples
Shows how to read/write Tsk.FinishVariance property.
var project = new Project();
var task = project.RootTask.Children.Add("Task");
task.Set(Tsk.FinishVariance, project.GetDuration(1, TimeUnitType.Hour));
Console.WriteLine("Finish Variance: " + task.Get(Tsk.FinishVariance));
See Also
- struct Key<T,K>
- struct Duration
- enum TaskKey
- class Tsk
- namespace Aspose.Tasks
- assembly Aspose.Tasks