PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / TagDateTimeInputParams Class / MinDate Property

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