[]
Initializes a new instance of the PredefinedRange class.
public PredefinedRange()
Public Sub New()
Initializes a new instance of the PredefinedRange class.
public PredefinedRange(DateTime minValue, DateTime maxValue, string name = "")
Public Sub New(minValue As Date, maxValue As Date, Optional name As String = "")
| Type | Name | Description |
|---|---|---|
| DateTime | minValue | The minimum date in this predefined range. |
| DateTime | maxValue | The maximum date in this predefined range. |
| string | name | The name that appears in the list of user-defined date ranges in the drop-down calendar. |