PHP Conference Kansai 2025

MongoDB\BSON\UTCDateTimeInterface::toDateTimeImmutable

(mongodb >=2.0.0)

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

Descripción

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

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve la representación DateTimeImmutable de esta UTCDateTimeInterface. La DateTimeImmutable devuelta utilizará la zona horaria UTC.

Ver también

add a note

User Contributed Notes

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