GoLang MongoDB\BSON\ObjectIdInterface::getTimestamp

request it (214)
GoLang replacement for PHP's MongoDB\BSON\ObjectIdInterface::getTimestamp [edit | history]



Do you know a GoLang replacement for PHP's MongoDB\BSON\ObjectIdInterface::getTimestamp? Write it!

PHP MongoDB\BSON\ObjectIdInterface::getTimestamp

PHP original manual for MongoDB\BSON\ObjectIdInterface::getTimestamp [ show | php.net ]

MongoDB\BSON\ObjectIdInterface::getTimestamp

(mongodb >=1.3.0)

MongoDB\BSON\ObjectIdInterface::getTimestampReturns the timestamp component of this ObjectIdInterface

Description

abstract public int MongoDB\BSON\ObjectIdInterface::getTimestamp ( void )

Parameters

This function has no parameters.

Return Values

Returns the timestamp component of this ObjectIdInterface.

See Also