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

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