ComponentOne ASP.NET MVC Controls
InputTime<T>(String) Method

C1.Web.Mvc.Fluent Namespace > ControlBuilderFactory Class > InputTime Method : InputTime<T>(String) Method
The data item type.
Specifies a selector. It is optional. If it is not set, a default dom element will be generated.
Creates a C1.Web.Mvc.InputTime<T> control and attaches it to the dom elements matching against the specified selector.
Syntax
'Declaration
 
Public Overloads Function InputTime(Of T)( _
   Optional ByVal selector As String _
) As InputTimeBuilder(Of T)
public InputTimeBuilder<T> InputTime<T>( 
   string selector
)

Parameters

selector
Specifies a selector. It is optional. If it is not set, a default dom element will be generated.

Type Parameters

T
The data item type.

Return Value

See Also

Reference

ControlBuilderFactory Class
ControlBuilderFactory Members
Overload List