You are here

public function CalendarEvent::getAllDay in Calendar 8.2

Getter for the all day property.

Return value

boolean TRUE if the event is all day, FALSE otherwise.

File

src/CalendarEvent.php, line 353

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

public function getAllDay() {
  return $this->allDay;
}