ComponentOne ASP.NET MVC Controls
TimeFormat Method

C1.Web.Mvc.Fluent Namespace > InputDateTimeBuilder Class : TimeFormat Method
The value.
Configurates C1.Web.Mvc.InputDateTime.TimeFormat. Sets the format used to display times in the drop-down list.
Syntax
'Declaration
 
Public Function TimeFormat( _
   ByVal value As String _
) As InputDateTimeBuilder
public InputDateTimeBuilder TimeFormat( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
Remarks
This property does not affect the value shown in the control's input element.
See Also

Reference

InputDateTimeBuilder Class
InputDateTimeBuilder Members