Skip to main content
Version: 4.1

DateRangeEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

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

public class DateRangeEventArgs : EventArgs

Constructors

Instance member DateRangeEventArgs(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 member DateRangeEventArgs(range)

Initializes a new instance of the DateRangeEventArgs class.

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

Properties

Instance member End

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

Instance member Start

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.