Tsk.StartSlackTimeSpan
Tsk.StartSlackTimeSpan field
The duration between the Early Start and Late Start dates.
public static readonly Key<TimeSpan, TaskKey> StartSlackTimeSpan;
Examples
Shows how to read Tsk.StartSlackTimeSpan property. The property is calculated, so usually there is no need to set it explicitly.
var project = new Project();
var task = project.RootTask.Children.Add("Task");
Console.WriteLine("Start Slack: " + task.Get(Tsk.StartSlackTimeSpan));
See Also
- struct Key<T,K>
- enum TaskKey
- class Tsk
- namespace Aspose.Tasks
- assembly Aspose.Tasks