Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1DateTimeSelector Class / MinDate Property

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