You are here

public function CalendarEvent::getWeekno in Calendar 8.2

Getter for weekno.

Return value

int The getter to fetch the weekno.

File

src/CalendarEvent.php, line 141

Class

CalendarEvent
Defines a calendar event object.

Namespace

Drupal\calendar

Code

public function getWeekno() {
  return $this->weekno;
}