ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / 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
     
    Public Property Value As Date
    public DateTime Value {get; set;}
    See Also