MindFusion.Scheduling for Silverlight Programmer's Guide
TimeRange Constructor (TimeSpan, TimeSpan)
See Also
 





Initializes a new instance of the TimeRange class to a specified beginning and end.

Namespace: MindFusion.DataViews.Silverlight
Assembly: MindFusion.DataViews.Silverlight

 Syntax

C#  Copy Code

public TimeRange (
    TimeSpan first,
    TimeSpan second
)

Visual Basic  Copy Code

Public New ( _
    first As TimeSpan, _
    second As TimeSpan _
)

 Parameters

first
The first TimeSpan instance of the range.
second
The second TimeSpan instance of the range.

 Remarks

It is not necessary to supply the two arguments in chronological order. TimeRange.First will always hold the value of the earlier TimeSpan.

 See Also

TimeRange Constructor Overload List
TimeRange Class
MindFusion.DataViews.Silverlight Namespace