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





Gets or sets the estimated duration of the task measured in minutes.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public int EstimatedDuration { get; set; }

Visual Basic  Copy Code

Public Property EstimatedDuration As Integer

 Property Value

An integer that specifies the duration of the task. Default value is 0.

 See Also

Task Members
Task Class
MindFusion.Scheduling Namespace