UNPKG

@progress/kendo-date-math

Version:

Kendo UI typescript package exporting functions for Date manipulations

13 lines (12 loc) 265 B
/** * The number of milliseconds in one minute. */ export var MS_PER_MINUTE = 60000; /** * The number of milliseconds in one hour. */ export var MS_PER_HOUR = 3600000; /** * The number of milliseconds in one standard day. */ export var MS_PER_DAY = 86400000;