You are here

public function CalendarEvent::setLength in Calendar 8.2

Setter for the length.

Parameters

\DateInterval $length;: The event length.

File

src/CalendarEvent.php, line 303

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

public function setLength($length) {
  $this->length = $length;
}