MS_PER_MINUTENumber
Returns the milliseconds per minute 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_MINUTE); //60000
</script>
In this article