SelectionRange
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Represents a date selection range in the MonthCalendar control.
- C#
- VB.NET
public class SelectionRange
Public Class SelectionRange
Constructors
SelectionRange()
Initializes a new instance of the SelectionRange class.
SelectionRange(lower, upper)
Initializes a new instance of the SelectionRange class with the specified beginning and ending dates.
| Name | Type | Description |
|---|---|---|
| lower | DateTime | The starting date in the SelectionRange. |
| upper | DateTime | The ending date in the SelectionRange. |
SelectionRange(range)
Initializes a new instance of the SelectionRange class with the specified selection range.
| Name | Type | Description |
|---|---|---|
| range | SelectionRange | The existing SelectionRange. |
Properties
End
DateTime: Returns or sets the ending date and time of the selection range.
Start
DateTime: Returns or sets the starting date and time of the selection range.