ComponentOne ASP.NET MVC Controls
Value Property (InputDateBase)

C1.Web.Mvc Namespace > InputDateBase Class : Value Property
Gets or sets the current date.
Syntax
'Declaration
 
<JsonConverterAttribute(ConverterType=C1.Web.Mvc.Serialization.DateTimeConverter, ConverterParameters=)>
<JsonAttribute(Order=1, 
   SkipIfDefault=False, 
   PropertyName="value", 
   Name="value")>
Public Property Value As Nullable(Of Date)
[JsonConverter(ConverterType=C1.Web.Mvc.Serialization.DateTimeConverter, ConverterParameters=)]
[Json(Order=1, 
   SkipIfDefault=False, 
   PropertyName="value", 
   Name="value")]
public Nullable<DateTime> Value {get; set;}
See Also

Reference

InputDateBase Class
InputDateBase Members