DataFilter for WinForms | ComponentOne
C1.Win.DataFilter.4.5.2 Assembly / C1.DataFilter Namespace / CalendarFilterBase Class / MinDate Property

In This Topic
    MinDate Property (CalendarFilterBase)
    In This Topic
    Gets or sets the minimum allowable date.
    Syntax
    'Declaration
     
    Public Property MinDate As Date
    public DateTime MinDate {get; set;}
    See Also