Initializes a new instance of the TimeRange class to a specified beginning and end.
Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf
SyntaxC#
Copy Code
|
|---|
public TimeRange ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
RemarksIt is not necessary to supply the two arguments in chronological order. TimeRange.First will always hold the value of the earlier TimeSpan.
See Also