MS_PER_HOURNumber
Returns the milliseconds per hour of a date object.
Example
<script>
/* The result can be observed in the DevTools(F12) console of the browser. */
console.log(kendo.date.MS_PER_HOUR); //3600000
</script>
In this article