Adds all the dates inclusivly between the two given dates. The given dates do not need to be in any particular order.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public void AddDateRange(
	DateTime startDate,
	DateTime endDate
)
Visual Basic
Public Sub AddDateRange ( _
	startDate As DateTime, _
	endDate As DateTime _
)
Visual C++
public:
void AddDateRange(
	DateTime startDate, 
	DateTime endDate
)

Parameters

startDate
Type: System..::..DateTime
The first date.
endDate
Type: System..::..DateTime
The second date.

See Also