Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1TimeEditor Class / Min Property

In This Topic
    Min Property (C1TimeEditor)
    In This Topic
    Gets or sets the earliest time that the user can enter.
    Syntax
    'Declaration
     
    
    Public Property Min As Nullable(Of Date)
    public Nullable<DateTime> Min {get; set;}
    See Also