W3cubDocs

/Drupal 8

public function DateTimeInterface::setDateTime

public DateTimeInterface::setDateTime(DrupalDateTime $dateTime)

Sets the date time object.

Parameters

\Drupal\Core\Datetime\DrupalDateTime $dateTime: An instance of a date time object.

File

core/lib/Drupal/Core/TypedData/Type/DateTimeInterface.php, line 28

Class

DateTimeInterface
Interface for dates, optionally including a time.

Namespace

Drupal\Core\TypedData\Type

Code

public function setDateTime(DrupalDateTime $dateTime);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!TypedData!Type!DateTimeInterface.php/function/DateTimeInterface::setDateTime/8.1.x