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

MongoDB\BSON\UTCDateTimeInterface::toDateTimeImmutable

(mongodb >=2.0.0)

MongoDB\BSON\UTCDateTimeInterface::toDateTimeImmutableDevuelve la representación DateTimeImmutable de esta interfaz UTCDateTimeInterface

Descripción

abstract public function MongoDB\BSON\UTCDateTimeInterface::toDateTimeImmutable(): DateTimeImmutable

Parámetros

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

Valores devueltos

Devuelve la representación DateTimeImmutable de esta interfaz UTCDateTimeInterface. El DateTimeImmutable devuelto utilizará la zona horaria UTC.

Véase también

To Top