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

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