|
The MongoDB\BSON\UTCDateTimeInterface interfaceIntroductionThis interface is implemented by MongoDB\BSON\UTCDateTime to be used as a parameter, return, or property type in userland classes. Class synopsisMongoDB\BSON\UTCDateTimeInterface
class MongoDB\BSON\UTCDateTimeInterface
{
/* Methods */
abstract public DateTime toDateTime()
abstract public DateTimeImmutable toDateTimeImmutable()
abstract public string __toString()
}Changelog
|