Skip to main content
Version: 3.5

SelectionRange

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a date selection range in the MonthCalendar control.

public class SelectionRange

Constructors

Instance memberSelectionRange()

Initializes a new instance of the SelectionRange class.

Instance memberSelectionRange(lower, upper)

Initializes a new instance of the SelectionRange class with the specified beginning and ending dates.

NameTypeDescription
lowerDateTimeThe starting date in the SelectionRange.
upperDateTimeThe ending date in the SelectionRange.

Instance memberSelectionRange(range)

Initializes a new instance of the SelectionRange class with the specified selection range.

NameTypeDescription
rangeSelectionRangeThe existing SelectionRange.

Properties

Instance memberEnd

DateTime: Returns or sets the ending date and time of the selection range.

Instance memberStart

DateTime: Returns or sets the starting date and time of the selection range.