Searched refs:firstDay (Results 1 – 5 of 5) sorted by relevance
310 Day.prototype.firstDay = function() { method in Day391 var normalizedWeek = Week.createFromDay(this.firstDay());562 Week.prototype.firstDay = function() { method in Week571 return this.firstDay().next(3);580 return this.next().firstDay().previous();587 return this.firstDay().valueOf() - createUTCDate(1970, 0, 1).getTime();730 Month.prototype.firstDay = function() { method in Month747 return this.next().firstDay().previous();3203 …ria-label", window.pagePopupController.formatWeek(week.year, week.week, week.firstDay().format()));3421 this.calendarPicker.selectRangeContainingDay(weekNumberCell.week.firstDay());[all …]
996 for (int32_t firstDay=1; firstDay<=2; firstDay++) { in test4103271() local999 testCal->setFirstDayOfWeek((UCalendarDaysOfWeek)firstDay); in test4103271()1000 testDesc = (UnicodeString("Test") + firstDay + minDays); in test4103271()1002 firstDay + in test4103271()
558 int32_t firstDay = 31; // max possible number of dates in a month in createRuleByRRULE() local566 if (days[i] < firstDay) { in createRuleByRRULE()567 firstDay = days[i]; in createRuleByRRULE()574 if (days[j] == firstDay + i) { in createRuleByRRULE()585 dayOfMonth = firstDay; in createRuleByRRULE()