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