Gets or sets the duration of the activity.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
TimeSpan Duration { get; set; } |
Visual Basic
Copy Code
|
|---|
Property Duration As TimeSpan |
A .NET TimeSpan object specifying the duration.
See Also