MS_PER_DAY Number

Returns the milliseconds per day 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_DAY); //86400000
</script>
In this article