[]
ITagHelper implementation for InputDateTime.
[HtmlTargetElement("c1-input-date-time")]
public class InputDateTimeTagHelper : InputDateBaseTagHelper<InputDateTime>, ITagHelper, ITagHelperComponent, ITemplateTagHelper
<HtmlTargetElement("c1-input-date-time")>
Public Class InputDateTimeTagHelper
Inherits InputDateBaseTagHelper(Of InputDateTime)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| InputDateTimeTagHelper() |
| Name | Description |
|---|---|
| TimeFormat | Configurates TimeFormat. Sets the format used to display times in the drop-down list. |
| TimeMax | Configurates TimeMax. Sets the latest time that the user can enter. |
| TimeMin | Configurates TimeMin. Sets the earliest time that the user can enter. |
| TimeStep | Configurates TimeStep. Sets the number of minutes between entries in the drop-down list of times. |