public function CalendarEvent::getEndDate in Calendar 8
Same name and namespace in other branches
- 8.2 src/CalendarEvent.php \Drupal\calendar\CalendarEvent::getEndDate()
Getter for the end date.
Return value
\DateTime The end date.
File
- src/
CalendarEvent.php, line 164
Class
- CalendarEvent
- Defines a calendar event object.
Namespace
Drupal\calendarCode
public function getEndDate() {
return $this->endDate;
}