You are here

protected property DateRange::$start in Recurring Dates Field 8.2

Same name and namespace in other branches
  1. 3.x src/DateRange.php \Drupal\date_recur\DateRange::start
  2. 3.0.x src/DateRange.php \Drupal\date_recur\DateRange::start
  3. 3.1.x src/DateRange.php \Drupal\date_recur\DateRange::start

The start date.

Type: \DateTimeInterface

File

src/DateRange.php, line 17

Class

DateRange
Defines a date range.

Namespace

Drupal\date_recur

Code

protected $start;