You are here

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

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

The end date.

Type: \DateTimeInterface

File

src/DateRange.php, line 24

Class

DateRange
Defines a date range.

Namespace

Drupal\date_recur

Code

protected $end;