messages.setString(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
messages.set
Not finding the help you need?
Contact Support