devextreme
Version:
HTML5 JavaScript Component Suite for Responsive Web Development
19 lines (18 loc) • 822 B
JavaScript
/**
* DevExtreme (renovation/ui/scheduler/timeZoneCalculator/types.js)
* Version: 21.2.4
* Build date: Mon Dec 06 2021
*
* Copyright (c) 2012 - 2021 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
;
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 = {}));