ASP.NET MVC Controls | ComponentOne
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
     
    
    <JsonAttribute(False, 
       1, 
       "value")>
    <JsonConverterAttribute(C1.Web.Mvc.Serialization.DateTimeConverter)>
    Public Property Value As Nullable(Of Date)
    [Json(false, 
       1, 
       "value")]
    [JsonConverter(C1.Web.Mvc.Serialization.DateTimeConverter)]
    public Nullable<DateTime> Value {get; set;}
    See Also