Blazor | ComponentOne
C1.Blazor.DataFilter Assembly / C1.Blazor.DataFilter Namespace / TimeSpanRangeFilter Class / Maximum Property

In This Topic
    Maximum Property (TimeSpanRangeFilter)
    In This Topic
    Gets or sets the maximum value of the range.
    Syntax
    'Declaration
     
    
    Public Overridable Property Maximum As TimeSpan
    public virtual TimeSpan Maximum {get; set;}
    See Also