You are here

public function jDate::getDateTime in Persian Date for Drupal 8 8.4

Return value

\DateTime|static

File

src/Library/Jalali/jDate.php, line 65

Class

jDate
Class jDate @package Morilog\Jalali

Namespace

Drupal\persian_date\Library\Jalali

Code

public function getDateTime() {
  return $this->dateTime;
}