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





Gets or sets the actual duration for this task measured in minutes.

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

 Syntax

C#  Copy Code

public int ActualDuration { get; set; }

Visual Basic  Copy Code

Public Property ActualDuration As Integer

 Property Value

An integer representing the actual duration of the task.

 See Also

Task Members
Task Class
MindFusion.Scheduling Namespace