You are here

protected property CalendarEvent::$endDate in Calendar 8.2

Same name and namespace in other branches
  1. 8 src/CalendarEvent.php \Drupal\calendar\CalendarEvent::endDate

Enddate for the event.

The end date for the event.

Type: \Drupal\Core\Datetime\DrupalDateTime

File

src/CalendarEvent.php, line 24

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

protected $endDate;