refresh

The refresh() method reloads the current instance of the TimePicker widget.
The optional parameter options gives the possibility to extend the initial options with the new ones.

<input id="picker"></input>

<script type="text/javascript">
    $(function () {
        $("#picker").shieldTimePicker({
        });
   
        $("#picker").swidget().refresh();
    });

</script>