[]
        
(Showing Draft Content)

C1.Blazor.Input.TextBoxMinMax.-ctor

TextBoxMinMax Constructor

TextBoxMinMax(double)

Initializes a new instance of the TextBoxMinMax struct.

Declaration
public TextBoxMinMax(double number)
Public Sub New(number As Double)
Parameters
Type Name Description
double number

The number min/max value.

TextBoxMinMax(DateTime)

Initializes a new instance of the TextBoxMinMax struct.

Declaration
public TextBoxMinMax(DateTime date)
Public Sub New([date] As Date)
Parameters
Type Name Description
DateTime date

The date min/max value.