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

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