You are here

public function PeriodEntityInterface::getEndDate in Recurring Time Period 8

Gets the end date/time.

Return value

\Drupal\Core\Datetime\DrupalDateTime The end date/time.

File

src/Entity/PeriodEntityInterface.php, line 27

Class

PeriodEntityInterface
Interface for entities that represent a time period.

Namespace

Drupal\recurring_period\Entity

Code

public function getEndDate();