Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Chart Namespace / TimeRange Class / TimeRange Constructor

In This Topic
    TimeRange Constructor
    In This Topic
    Creates an instance of the TimeRange class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String, _
       ByVal min As Date, _
       ByVal max As Date _
    )
    public TimeRange( 
       string name,
       DateTime min,
       DateTime max
    )

    Parameters

    name
    min
    max
    See Also