ComponentOne DataFilter for WPF
C1.WPF.DataFilter Namespace / TimeSpanFilter Class / Minimum Property

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