endTime Date
If set, specifies the latest time the TimeView can show.
Example - specify the start time for the TimeView
<input id="datetimepicker" />
<script>
$("#datetimepicker").kendoDateTimePicker({
endTime: new Date(2023,1,3,18,30,0)
});
</script>