UNPKG

devextreme

Version:

HTML5 JavaScript Component Suite for Responsive Web Development

19 lines (18 loc) 822 B
/** * DevExtreme (renovation/ui/scheduler/timeZoneCalculator/types.js) * Version: 22.1.9 * Build date: Tue Apr 18 2023 * * Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED * Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/ */ "use strict"; exports.PathTimeZoneConversion = void 0; var PathTimeZoneConversion; exports.PathTimeZoneConversion = PathTimeZoneConversion; ! function(PathTimeZoneConversion) { PathTimeZoneConversion.fromSourceToAppointment = "toAppointment"; PathTimeZoneConversion.fromAppointmentToSource = "fromAppointment"; PathTimeZoneConversion.fromSourceToGrid = "toGrid"; PathTimeZoneConversion.fromGridToSource = "fromGrid" }(PathTimeZoneConversion || (exports.PathTimeZoneConversion = PathTimeZoneConversion = {}));