Lines Matching defs:end
1311 end: false, property
3342 end = eventDateProfile.end.clone(); property
3345 end = calendar.getDefaultEventEnd(eventDateProfile.isAllDay(), start); property
3353 end.time(0); field
3368 end.add(this.dateDelta); field
3383 end = calendar.applyTimezone(end); property
3388 end = calendar.getDefaultEventEnd(eventDateProfile.isAllDay(), start); property
3875 end: this.calendar.msToMoment(unzonedRange.endMs, dateProfile.isRangeAllDay) property
4413 end = this.skipHiddenDays(end, -1, true); property
4699 return this.view.formatRange({ start: start, end: end }, false, // allDay property
5671 end: false, property
5897 end.add(1, 'day'); field
5904 end = date.clone().startOf('day').add(1, 'day'); property
6708 return { start: start, end: end }; property
8183 end.add(1, 'week').startOf('week'); // exclusively move backwards field
8539 end = this._calendar.moment(rawInput.end); property
8541 end = null; property
8607 end: '17:00', property
10532 end = end.clone().subtract(1); // convert to inclusive. last ms of previous day property
10559 return { start: startDay, end: endDay }; property
11137 end = this.moment(zonedEndInput).stripZone(); property
11140 end = start.clone().add(this.defaultTimedEventDuration); property
11143 end = start.clone().add(this.defaultAllDayEventDuration); property
11280 end = moment_ext_1.default.utc(componentFootprint.unzonedRange.endMs); property
11285 end.stripTime(); field
11291 end = this.applyTimezone(end); property
11322 end = this.moment(rangeInput.end).stripZone(); property
11372 end.stripTime().add(this.defaultAllDayEventDuration); field
11375 end.add(this.defaultTimedEventDuration); field
11378 end.stripZone(); // we don't know what the tzo should be field
11678 end = start.clone().add(meta.duration); property
11682 end = calendar.applyTimezone(end); property
11686 end: end property