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

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