[]
Initializes a new instance of the DateTimeRange class.
public DateTimeRange()
Public Sub New()
Initializes a new instance of the DateTimeRange class with the specified minValue and maxValue dates.
public DateTimeRange(DateTime? minValue, DateTime? maxValue)
Public Sub New(minValue As Date?, maxValue As Date?)
| Type | Name | Description |
|---|---|---|
| DateTime? | minValue | The minimum DateTime of the range. |
| DateTime? | maxValue | The maximum DateTime of the range. |