You are here

public function CalendarEvent::getLength in Calendar 8.2

Getter for the length.

Return value

\DateInterval The event length.

File

src/CalendarEvent.php, line 293

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

public function getLength() {
  return $this->length;
}