You are here

public function Period::getEndDate in Recurring Time Period 8

Gets the end date/time.

Return value

\DateTimeImmutable The end date/time.

File

src/DateTime/Period.php, line 116

Class

Period
Represents a period of time with specific start and end dates.

Namespace

Drupal\recurring_period\Datetime

Code

public function getEndDate() {
  return $this->endDate;
}