You are here

public function CalendarDateInfo::setRange in Calendar 8

Setter for the range.

Parameters

string $range: The calendar range.

File

src/CalendarDateInfo.php, line 231

Class

CalendarDateInfo
Defines a calendar date info object.

Namespace

Drupal\calendar

Code

public function setRange($range) {
  $this->range = $range;
}