[]
        
(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)
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)
Parameters
Type Name Description
DateTime date

The date min/max value.