ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DateTimeSelector Class / MaxDate Property

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