You are here

protected property CalendarEvent::$timezone in Calendar 8.2

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

The timezone for the event as defined by its author.

This needs a core patch to set this per entity.

The timezone of the event.

Type: \DateTimeZone

File

src/CalendarEvent.php, line 58

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

protected $timezone;