MongoDB\BSON\UTCDateTimeInterface::toDateTime
PHP Manual
PHP Manual»MongoDB\BSON\UTCDateTimeInterface»MongoDB\BSON\UTCDateTimeInterface::toDateTime

MongoDB\BSON\UTCDateTimeInterface::toDateTime

(mongodb >=1.3.0)

MongoDB\BSON\UTCDateTimeInterface::toDateTimeDevuelve la representación DateTime de esta UTCDateTimeInterface

Descripción

abstract public function MongoDB\BSON\UTCDateTimeInterface::toDateTime(): DateTime

Parámetros

Esta función no contiene ningún parámetro.

Valores devueltos

Devuelve la representación DateTime de esta UTCDateTimeInterface. El DateTime devuelto debe usar la zona horaria UTC.

Véase también

To Top