Search
IActivityViewModel.Duration Property
See Also
 





Gets or sets the duration of the activity.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

TimeSpan Duration { get; set; }

Visual Basic  Copy Code

Property Duration As TimeSpan

 Property Value

A .NET TimeSpan object specifying the duration.

 See Also