Gets or sets the duration time of the resource allocation.
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.
See Also