ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Calendar Class / Value Property

In This Topic
    Value Property (Calendar)
    In This Topic
    Gets or sets the currently selected date.
    Syntax
    'Declaration
     
    
    <JsonAttribute(1)>
    Public Property Value As Date
    [Json(1)]
    public DateTime Value {get; set;}
    See Also