messages.set String (default: "Set")

Sets the title of the set button in the popup

Example

<input id="timedurationpicker" />
<script>
$("#timedurationpicker").kendoTimeDurationPicker({
    columns: [ "seconds", "minutes" ],
    "messages": {
        "set": "Set Time"
    }
 })
</script>
In this article