DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.DataFilter Namespace / DateRangeFilterBase Class / LowerValue Property

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