How to set value to type time?

Here I used suggest because I wants minuteStep of 60 min. Now i wants to set value to that view. How can I set value as it does not support setValue() method.
https://snippet.webix.com/128k4p7m
Please refer same snippet.

try to use Date object instead of string
new Date(0,0,0,3)

Thank You…