Lines Matching refs:monthlyType
3097 $monthlyType = $series['monthlyType'] ?? 'dayOfMonth';
3109 if ($monthlyType === 'dayOfMonth') {
4267 $monthlyType = $INPUT->str('monthly_type', '');
4342 if (!empty($monthlyType)) {
4343 $event['monthlyType'] = $monthlyType;
4344 if ($monthlyType === 'dayOfMonth' && $monthDay > 0) {
4348 } elseif ($monthlyType === 'ordinalWeekday') {
4439 $monthlyType,
4461 if (!empty($monthlyType)) $newEvent['monthlyType'] = $monthlyType;
4462 … if ($monthlyType === 'dayOfMonth' && $monthDay > 0) $newEvent['monthDay'] = $monthDay;
4463 if ($monthlyType === 'ordinalWeekday') {
4488 …private function generateRecurrenceDates($startDate, $type, $interval, $weekDays, $monthlyType, $m… argument
4522 if ($monthlyType === 'dayOfMonth' || empty($monthlyType)) {