You are here

protected property CalendarEvent::$startDate in Calendar 8.2

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

Startdate for the event.

The start date for the event.

Type: \Drupal\Core\Datetime\DrupalDateTime

File

src/CalendarEvent.php, line 16

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

protected $startDate;