valueNumber

The value of the widget in milliseconds

Example - specify value of the widget

<input id="timedurationpicker" /> <script> $("#timedurationpicker").kendoTimeDurationPicker({ columns: [ "hours", "minutes" ], value: 5400000 }); </script>
In this article
value
Not finding the help you need?
Contact Support