Table of Contents
DateRange Constructor (DateTime)

Initializes a new instance of the DateRange struct.

Syntax
 public DateRange(
   DateTime date
);

Parameters

date
The date that is both the start date and the end date.
See Also