convert() public method

public convert ( ) : MongoDB\BSON\UTCDateTime
return MongoDB\BSON\UTCDateTime
Ejemplo n.º 1
0
 public function testConvertShouldRetrieveMongodbUtcDateTime()
 {
     $this->assertEquals($this->mongoDate, $this->dateTime->convert());
 }