You are here

public function CalendarEvent::setWeekno in Calendar 8.2

Setter for the weekno.

Parameters

int $weekno: The setter for the weekno.

File

src/CalendarEvent.php, line 151

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

public function setWeekno(int $weekno) {
  $this->weekno = $weekno;
}