PHP Conference Kansai 2025

MongoDB\BSON\UTCDateTimeInterface::toDateTime

(mongodb >=1.3.0)

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

Descripción

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

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve la representación DateTime de esta UTCDateTimeInterface. El DateTime debería utilizar el huso horario UTC.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top