New to Kendo UI for AngularStart 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>
NameTypeDefaultDescription

day?

number

hour?

number

millisecond?

number

minute?

number

month?

number

second?

number

year?

number

Not finding the help you need?
Contact Support