public constant DateRecurRruleMap::PARTS in Recurring Dates Field 8.2
Same name and namespace in other branches
- 3.x src/DateRecurRruleMap.php \Drupal\date_recur\DateRecurRruleMap::PARTS
- 3.0.x src/DateRecurRruleMap.php \Drupal\date_recur\DateRecurRruleMap::PARTS
- 3.1.x src/DateRecurRruleMap.php \Drupal\date_recur\DateRecurRruleMap::PARTS
Parts.
In no particular order.
File
- src/
DateRecurRruleMap.php, line 34
Class
- DateRecurRruleMap
- Rrule maps.
Namespace
Drupal\date_recurCode
public const PARTS = [
'DTSTART',
'UNTIL',
'COUNT',
'INTERVAL',
'BYSECOND',
'BYMINUTE',
'BYHOUR',
'BYDAY',
'BYMONTHDAY',
'BYYEARDAY',
'BYWEEKNO',
'BYMONTH',
'BYSETPOS',
'WKST',
];