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

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