You are here

protected property DateRange::$end in Recurring Dates Field 3.x

Same name and namespace in other branches
  1. 8.2 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;