You are here

public function CalendarEvent::getEndDate in Calendar 8.2

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

Getter for the end date.

Return value

\Drupal\Core\Datetime\DrupalDateTime The end date.

File

src/CalendarEvent.php, line 313

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

public function getEndDate() {
  return $this->endDate;
}