ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateTime Class
Members

In This Topic
    InputDateTime Class
    In This Topic
    The control allows users to input dates and times, either by typing complete date/time values in any format supported, or by picking dates from a drop-down calendar and times from a drop-down list.
    Syntax
    'Declaration
     
    
    <ScriptsAttribute(Mono.Cecil.CustomAttributeArgument[])>
    Public Class InputDateTime 
       Inherits InputDateBase
       Implements IDropDown, ITemplate 
    [Scripts(Mono.Cecil.CustomAttributeArgument[])]
    public class InputDateTime : InputDateBase, IDropDown, ITemplate  
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.Component
          C1.Web.Mvc.Control
             C1.Web.Mvc.InputBase
                C1.Web.Mvc.FormInputBase
                   C1.Web.Mvc.DropDown
                      C1.Web.Mvc.InputDateBase
                         C1.Web.Mvc.InputDateTime

    See Also