You are here

protected property CalendarEvent::$allDay in Calendar 8.2

Same name and namespace in other branches
  1. 8 src/CalendarEvent.php \Drupal\calendar\CalendarEvent::allDay

Allday events are defined as having starttime 00:00 and endtime 23:59.

Defines whether or not this event's duration is all day.

Type: bool

File

src/CalendarEvent.php, line 48

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

protected $allDay;