close

Hide the opened time view popup. If the time view popup is not opened the method does not do anything.


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

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

    $("#picker").swidget().close(); // hide the time view popup if it is opened.

</script>