Skip to main content
Version: 3.5

DateRangeEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the DateChanged or DateSelected events of the MonthCalendar control.

public class DateRangeEventArgs : EventArgs

Constructors

Instance memberDateRangeEventArgs(start, end)

Initializes a new instance of the DateRangeEventArgs class.

NameTypeDescription
startDateTimeThe first date/time value in the range.
endDateTimeThe last date/time value in the range.

Instance memberDateRangeEventArgs(range)

Initializes a new instance of the DateRangeEventArgs class.

NameTypeDescription
rangeSelectionRangeThe first and last date/time value in the range.

Properties

Instance memberEnd

DateTime: Returns the last date/time value in the range that the user has selected.

Instance memberStart

DateTime: Returns the first date/time value in the range that the user has selected.

Used By

NameDescription
DateRangeEventHandlerRepresents the method that will handle the DateChanged or DateSelected event of a MonthCalendar.