ComponentOne ASP.NET MVC Controls
TimeFormat Property

C1.Web.Mvc Namespace > InputDateTime Class : TimeFormat Property
Gets or sets the format used to display times in the drop-down list.
Syntax
'Declaration
 
<DefaultValueAttribute("g")>
Public Property TimeFormat As String
[DefaultValue("g")]
public string TimeFormat {get; set;}
Remarks
This property does not affect the value shown in the control's input element.
See Also

Reference

InputDateTime Class
InputDateTime Members