Version

TimeRange Constructor(TimeSpan,TimeSpan)

Creates a new instance.
Syntax
public TimeRange( 
   TimeSpan start,
   TimeSpan end
)

Parameters

start
The start time for the range.
end
The exclusive end time for the range.
Remarks

The value of each parameter must be non-negative or an exception is thrown.

The value of each parameter must be less than one day or an exception is thrown.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also