MindFusion.Wpf Pack Programmer's Guide
TimeRange.First Property
See Also
 





Gets or sets the first time span defining the current time range.

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

 Syntax

C#  Copy Code

public TimeSpan First { get; set; }

Visual Basic  Copy Code

Public Property First As TimeSpan

 Property Value

A .NET TimeSpan object.

 Remarks

This property will always hold the value of the earlier time span.

 See Also

TimeRange Members
TimeRange Class
MindFusion.DataViews.Wpf Namespace