DateRangeEventArgs
Wisej.Web.DateRangeEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Provides data for the DateChanged or DateSelected events of the MonthCalendar control.
Constructors
DateRangeEventArgs(start, end)
Initializes a new instance of the DateRangeEventArgs class.
DateRangeEventArgs(range)
Initializes a new instance of the DateRangeEventArgs class.
Name
Type
Description
Properties
End
DateTime: Returns the last date/time value in the range that the user has selected.
Start
DateTime: Returns the first date/time value in the range that the user has selected.
Used By
Name
Description
Represents the method that will handle the DateChanged or DateSelected event of a MonthCalendar.
Last updated