You are here

public function CalendarEvent::getMultiDay in Calendar 8.2

The getter which indicates whether an event covers multiple days.

Return value

bool Bool TRUE if is multiday.

File

src/CalendarEvent.php, line 373

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

public function getMultiDay() {
  return $this->multiDay;
}