SelectedDatesCollection.AddRange Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Adds all the dates in the specified range, which includes the first and last dates, to the collection.
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls (in System.Windows.Controls.dll)
Syntax
'Declaration
Public Sub AddRange ( _
start As DateTime, _
end As DateTime _
)
public void AddRange(
DateTime start,
DateTime end
)
Parameters
- start
Type: System.DateTime
The first date to add to the collection.
- end
Type: System.DateTime
The last date to add to the collection.
Version Information
Silverlight
Supported in: 5, 4, 3
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.