Home
last modified time | relevance | path

Searched refs:dayInWeek (Results 1 – 2 of 2) sorted by relevance

/plugin/schedule/
H A Dschedule.class.php41 var $dayInWeek; // event day in the week concern by the repeating month variable in schedule
H A Dschedules.class.php851 $delta = $event->dayInWeek - date ('w', $dn_startMonth);
1211 $result .= $orderedFormat [$event->weekRank+1].' '.$dayNames [$event->dayInWeek].' ';
1327 $delta = $event->dayInWeek - date ('w', $dn_startMonth);
1451 $selected = ($idw == $this->defaultSchedule->dayInWeek) ? ' selected="true"' : '';