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

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