You are here

public constant DateRecurRruleMap::PARTS in Recurring Dates Field 3.0.x

Same name and namespace in other branches
  1. 8.2 src/DateRecurRruleMap.php \Drupal\date_recur\DateRecurRruleMap::PARTS
  2. 3.x src/DateRecurRruleMap.php \Drupal\date_recur\DateRecurRruleMap::PARTS
  3. 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_recur

Code

public const PARTS = [
  'DTSTART',
  'UNTIL',
  'COUNT',
  'INTERVAL',
  'BYSECOND',
  'BYMINUTE',
  'BYHOUR',
  'BYDAY',
  'BYMONTHDAY',
  'BYYEARDAY',
  'BYWEEKNO',
  'BYMONTH',
  'BYSETPOS',
  'WKST',
];