ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1TimeEditor Class / Minimum Property

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