Gets or sets the second time span defining the current time range.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public TimeSpan Second { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Second As TimeSpan |
A .NET TimeSpan object.
RemarksThis property will always hold the value of the later time span.
See Also