You are here

public function MeetingInterface::getEndDate in Opigno Moxtra 3.x

Same name and namespace in other branches
  1. 8 src/MeetingInterface.php \Drupal\opigno_moxtra\MeetingInterface::getEndDate()

Returns the entity's end date.

Return value

string The end date string in the 'Y-m-d H:i:s' format, or NULL in case the date range field has not been set on the entity.

1 method overrides MeetingInterface::getEndDate()
Meeting::getEndDate in src/Entity/Meeting.php
Returns the entity's end date.

File

src/MeetingInterface.php, line 86

Class

MeetingInterface
Provides an interface defining a Workspace entity.

Namespace

Drupal\opigno_moxtra

Code

public function getEndDate();