Skip to main content
Version: 4.1

SelectionRange

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Represents a date selection range in the MonthCalendar control.

public class SelectionRange

Constructors

Instance member SelectionRange()

Initializes a new instance of the SelectionRange class.

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

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

NameTypeDescription
rangeSelectionRangeThe existing SelectionRange.

Properties

Instance member End

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

Instance member Start

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