Table of Contents
DateRange Constructor (DateTime, DateTime)

Initializes a new instance of the DateRange struct.

Syntax
 public DateRange(
   DateTime startDate,
   DateTime endDate
);

Parameters

startDate
The start date.
endDate
The end date.
See Also