MindFusion.Wpf Pack Programmer's Guide
Task.ActualDuration Property
See Also
 





Gets or sets the task actual duration measured in minutes.

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

 Syntax

C#  Copy Code

public int ActualDuration { get; set; }

Visual Basic  Copy Code

Public Property ActualDuration As Integer

 Property Value

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

 See Also

Task Members
Task Class
MindFusion.Scheduling Namespace