ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1TimeEditor Class / Minimum Property

In This Topic
    Minimum Property
    In This Topic
    Gets or sets the minimum value allowed for the C1TimeEditor.
    Syntax
    'Declaration
     
    Public Property Minimum As System.TimeSpan
    public System.TimeSpan Minimum {get; set;}
    See Also