[]
Casting operator to convert a double into a TextBoxMinMax.
public static implicit operator TextBoxMinMax(double value)
| Type | Name | Description |
|---|---|---|
| double | value | The min/max number value. |
| Type | Description |
|---|---|
| TextBoxMinMax |
Casting operator to convert a double into a TextBoxMinMax.
public static implicit operator TextBoxMinMax(DateTime date)
| Type | Name | Description |
|---|---|---|
| DateTime | date | The min/max date value. |
| Type | Description |
|---|---|
| TextBoxMinMax |