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

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