You are here

protected property CalendarEvent::$granularity in Calendar 8.2

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

The granularity for the view display.

The granularity of this event (e.g. "day", "second").

Type: string

File

src/CalendarEvent.php, line 40

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

protected $granularity;