interface UTCDateTimeInterface (View source)

This interface is implemented by MongoDB\BSON\UTCDateTime but may also be used for type-hinting and userland classes.

Methods

toDateTime()

No description

string
__toString()

Returns the string representation of this UTCDateTimeInterface

Details

DateTime toDateTime()

No description

Return Value

DateTime

Returns the DateTime representation of this UTCDateTimeInterface. The returned DateTime should use the UTC time zone.

string __toString()

Returns the string representation of this UTCDateTimeInterface

Return Value

string