New to Kendo UI for Angular? Start a free 30-day trial
DateInputIncrementalSteps
Represents the Kendo UI DateInput incremental steps interface.
Defines all possible incremental steps in the DateInput
component.
html
<kendo-dateinput
[steps]="{
year: 1,
month: 1,
day: 1,
hour: 1,
minute: 15,
second: 10
}">
</kendo-dateinput>