ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace / C1Calendar Class / MinDate Property

In This Topic
    MinDate Property
    In This Topic
    Gets or sets the minimum allowable date. The default is 01/01/1753. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property MinDate As System.Date
    public System.DateTime MinDate {get; set;}
    See Also