TimePickerMessagesSettingsTagHelper
Example
Razor
<messages>
<date-input />
</messages>
ChildTags
| Tag Name | Details |
|---|---|
| date-input | TimePickerMessagesDateInputSettingsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| cancel | String | Allows customization of the Cancel button text in the TimePicker. |
| hour | String | Allows customization of the Hour text in the TimePicker. |
| millisecond | String | Allows customization of the Millisecond text in the TimePicker. |
| minute | String | Allows customization of the Minute text in the TimePicker. |
| now | String | Allows customization of the Now text in the TimePicker. |
| second | String | Allows customization of the Second text in the TimePicker. |
| set | String | Allows customization of the Set button text in the TimePicker. |