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

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