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

In This Topic
    Minimum Property (TimeOnlyFilter)
    In This Topic
    Gets or sets the minimum possible value for the filter.
    Syntax
    'Declaration
     
    
    Public Property Minimum As TimeOnly
    public TimeOnly Minimum {get; set;}
    See Also