Version

Add(TimeSpan,TimeSpan) Method

Adds a TimeRange with the specified start and end times to this collection.
Syntax
public void Add( 
   TimeSpan start,
   TimeSpan end
)

Parameters

start
The start time of the range.
end
The end time of the range.
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