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

In This Topic
    Value Property (C1TimeEditor)
    In This Topic
    Gets or sets the current input time.
    Syntax
    'Declaration
     
    
    Public Property Value As Nullable(Of Date)
    public Nullable<DateTime> Value {get; set;}
    See Also