Searched refs:dateMutation (Results 1 – 1 of 1) sorted by relevance
3196 var dateMutation;3211 …dateMutation = EventDefDateMutation_1.default.createFromDiff(eventInstance.dateProfile, dateProfil…3227 if (dateMutation) {3228 defMutation.dateMutation = dateMutation;3238 if (this.dateMutation) {3240 …eventDef.dateProfile = this.dateMutation.buildNewDateProfile(origDateProfile, eventDef.source.cale…3271 EventDefMutation.prototype.setDateMutation = function (dateMutation) {3272 if (dateMutation && !dateMutation.isEmpty()) {3273 this.dateMutation = dateMutation;3276 this.dateMutation = null;[all …]