ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1DateTimePicker Class / MinDate Property

In This Topic
    MinDate Property
    In This Topic
    Gets or sets the minimum DateTime value allowed for the C1DateTimePicker.
    Syntax
    'Declaration
     
    Public Property MinDate As System.Date
    public System.DateTime MinDate {get; set;}
    See Also