MindFusion.Scheduling for Silverlight Programmer's Guide
Task.EstimatedDuration Property
See Also
 





Gets or sets the estimated duration of this task.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 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

Task Members
Task Class
MindFusion.Scheduling Namespace