Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / TextBoxMinMax Structure / TextBoxMinMax Constructor / TextBoxMinMax Constructor(DateTime)
The date min/max value.

In This Topic
    TextBoxMinMax Constructor(DateTime)
    In This Topic
    Initializes a new instance of the TextBoxMinMax struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal date As Date _
    )
    public TextBoxMinMax( 
       DateTime date
    )

    Parameters

    date
    The date min/max value.
    See Also