DateRange Constructor
Initializes a new instance of the DateRange class.

C# Syntax

public DateRange( 
   DateTime startDate,
   DateTime endDate
)

Parameters

startDate
The start date of the range.
endDate
The end date of the range.