TimeDurationPickerColumnTagHelper
Example
Razor
<timedurationpicker-column>
</timedurationpicker-column>
Attributes
Attribute | Type | Description |
---|---|---|
name | String | Specifies the name of the time unit the column will hold. Can be set to the following values: "days"; "hours"; "minutes"; "seconds" or "milliseconds". |
format | String | The format that will be used to display the column value in the input. The amount of # symbols should be equal to the largest amount of digits that the time unit can hold. |
max | Double | Sets the maximum time unit value. |
min | Double | Sets the minimum time unit value. |
step | Double | Specifies the value used to increment or decrement the column value |