Lines Matching full:day
19 * 5 items, one for each day.
246 * this indicates the nth occurrence of a specific day within the monthly or
258 * negative. -5 for instance means the 5th last day of the month.
268 * be negative. For instance, -1 will always represent the last day of the
371 // Current day of the week
374 // Current hour of the day
405 // First day of the week:
416 // Current day of the week
419 // Current hour of the day
426 // We need to go to the first day of this week, but only if we
427 // are not already on this first day of this week.
447 // If the current day is higher than the 28th, rollover can
471 // day of the month wins.
484 // $this->currentDate->modify('first day of this month');
513 // Unless it was a leap day!
559 // day of the month wins.
724 * Mappings between the day number and english day name.
742 * The returned list is an array of integers with the day of month (1-31).
754 if ($this->byDay) foreach($this->byDay as $day) {
756 $dayName = $this->dayNames[$this->dayMap[substr($day,-2)]];
763 // workaround for missing 'first day of the month' support in hhvm
765 … // workaround modify always advancing the date even if the current day is a $dayName in hhvm
778 if (strlen($day)>2) {
779 $offset = (int)substr($day,0,-2);
782 // It is possible that the day does not exist, such as a
856 * Simple mapping from iCalendar day names to day numbers
885 // The day may be preceeded with a positive (+n) or