You are here

public function ActiveHoursDates::getEndDate in SMS Framework 8

Same name and namespace in other branches
  1. 2.x modules/sms_user/src/ActiveHoursDates.php \Drupal\sms_user\ActiveHoursDates::getEndDate()
  2. 2.1.x modules/sms_user/src/ActiveHoursDates.php \Drupal\sms_user\ActiveHoursDates::getEndDate()

Get the end date.

Return value

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

File

modules/sms_user/src/ActiveHoursDates.php, line 57

Class

ActiveHoursDates
Define a start and end date container for DrupalDateTime.

Namespace

Drupal\sms_user

Code

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