[]
        
(Showing Draft Content)

C1.Blazor.Input.TextBoxMinMax.op_Implicit

implicit operator Operator

implicit operator TextBoxMinMax(double)

Casting operator to convert a double into a TextBoxMinMax.

Declaration
public static implicit operator TextBoxMinMax(double value)
Public Shared Widening Operator CType(value As Double) As TextBoxMinMax
Parameters
Type Name Description
double value

The min/max number value.

Returns
Type Description
TextBoxMinMax

implicit operator TextBoxMinMax(DateTime)

Casting operator to convert a double into a TextBoxMinMax.

Declaration
public static implicit operator TextBoxMinMax(DateTime date)
Public Shared Widening Operator CType([date] As Date) As TextBoxMinMax
Parameters
Type Name Description
DateTime date

The min/max date value.

Returns
Type Description
TextBoxMinMax