Gets the duration that the time range represents.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public TimeSpan Duration { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Duration As TimeSpan |
A .NET TimeSpan object.
See Also