Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DateRangeEventArgs Constructor (DateTime, DateTime)

 

Initializes a new instance of the DateRangeEventArgs class.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
DateRangeEventArgs(
	DateTime start,
	DateTime end
)

Parameters

start
Type: System::DateTime

The first date/time value in the range that the user has selected.

end
Type: System::DateTime

The last date/time value in the range that the user has selected.

The Start and End property values are set by the start and end parameter values of this constructor.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft