value Number

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