ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputTimeTagHelper Class / Value Property

In This Topic
    Value Property (InputTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputTime<T>.Value. Sets the current input time.
    Syntax
    'Declaration
     
    Public Property Value As Nullable(Of Date)
    public Nullable<DateTime> Value {get; set;}
    See Also