Search
Task.EstimatedDuration Property
See Also
 





Gets or sets the estimated duration of this task.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public int EstimatedDuration { get; set; }

Visual Basic  Copy Code

Public Property EstimatedDuration As Integer

 Property Value

An integer value specifying the task's scheduled duration. The default is 0.

 See Also