You are here

public function BillingPeriod::getEndDate in Commerce Recurring Framework 8

Gets the end date/time.

Return value

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

File

src/BillingPeriod.php, line 65

Class

BillingPeriod
Represents a single billing period.

Namespace

Drupal\commerce_recurring

Code

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