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

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