timePicker
Optional. Adds a timepicker into the calendar
timePicker?: boolean;
Default value: false
Example
const calendar = new dhx.Calendar("calendar_container", {
timePicker: true
});
Related sample: Calendar. Timepicker In Calendar
You can define the format of displaying time in a timepicker via the timeFormat property.