UNPKG

@progress/kendo-date-math

Version:

Kendo UI typescript package exporting functions for Date manipulations

15 lines (14 loc) 333 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * The number of milliseconds in one minute. */ exports.MS_PER_MINUTE = 60000; /** * The number of milliseconds in one hour. */ exports.MS_PER_HOUR = 3600000; /** * The number of milliseconds in one standard day. */ exports.MS_PER_DAY = 86400000;