UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

31 lines (30 loc) 1 kB
/** * DevExtreme (cjs/__internal/scheduler/r1/utils/timeline_week.js) * Version: 24.2.6 * Build date: Mon Mar 17 2025 * * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getDateForHeaderText = void 0; var _base = require("./base"); const getDateForHeaderText = (index, date, _ref) => { let { startDayHour: startDayHour, startViewDate: startViewDate, cellCountInDay: cellCountInDay, interval: interval, viewOffset: viewOffset } = _ref; return (0, _base.getValidCellDateForLocalTimeFormat)(date, { startViewDate: startViewDate, startDayHour: startDayHour, cellIndexShift: index % cellCountInDay * interval, viewOffset: viewOffset }) }; exports.getDateForHeaderText = getDateForHeaderText;