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