Home | History | Annotate | Download | only in resources

Lines Matching refs:Maximum

366 Day.Maximum = Day.createFromValue(8640000000000000.0);
401 Week.Maximum = new Week(275760, 37);
438 if (year <= Week.Maximum.year && Week.weekOneStartDateForYear(year + 1).getTime() <= date.getTime())
452 if (year <= Week.Maximum.year && Week.weekOneStartDayForYear(year + 1) <= day)
497 if (year < 1 || year > Week.Maximum.year)
499 else if (year === Week.Maximum.year)
500 return Week.Maximum.week;
554 if (this.equals(Week.Maximum))
555 return Day.Maximum.startDate();
578 if (this.equals(Week.Maximum))
579 return Day.Maximum;
623 Month.Maximum = new Month(275760, 8);
722 if (this.equals(Month.Maximum))
723 return Day.Maximum.startDate();
745 if (this.equals(Month.Maximum))
746 return Day.Maximum;
2786 * @param {!number} maxWidth Maximum width in pixels.
2825 * @param {!number} maxWidth Maximum available width in pixels.
2830 var month = Month.Maximum;
3665 this.maximumMonth = Month.createFromDay(this.config.maximum.lastDay());
3787 this.config.maximum = (typeof config.max !== "undefined" && config.max) ? parseDateString(config.max) : this._dateTypeConstructor.Maximum;
3789 this.config.maximumValue = this.config.maximum.valueOf();
3864 lastVisibleDay = Day.Maximum;