<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.mongodb-bson-objectidinterface.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'mongodb-bson-objectidinterface.gettimestamp.php',
    1 => 'MongoDB\\BSON\\ObjectIdInterface::getTimestamp',
    2 => 'Returns the timestamp component of this ObjectIdInterface',
  ),
  'up' => 
  array (
    0 => 'class.mongodb-bson-objectidinterface.php',
    1 => 'MongoDB\\BSON\\ObjectIdInterface',
  ),
  'prev' => 
  array (
    0 => 'class.mongodb-bson-objectidinterface.php',
    1 => 'MongoDB\\BSON\\ObjectIdInterface',
  ),
  'next' => 
  array (
    0 => 'mongodb-bson-objectidinterface.tostring.php',
    1 => 'MongoDB\\BSON\\ObjectIdInterface::__toString',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/mongodb/bson/objectidinterface/gettimestamp.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="mongodb-bson-objectidinterface.gettimestamp" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">MongoDB\BSON\ObjectIdInterface::getTimestamp</h1>
  <p class="verinfo">(mongodb &gt;=1.3.0)</p><p class="refpurpose"><span class="refname">MongoDB\BSON\ObjectIdInterface::getTimestamp</span> &mdash; <span class="dc-title">Returns the timestamp component of this ObjectIdInterface</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-mongodb-bson-objectidinterface.gettimestamp-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">abstract</span> <span class="modifier">public</span> <span class="methodname"><strong>MongoDB\BSON\ObjectIdInterface::getTimestamp</strong></span>(): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

 </div>


 <div class="refsect1 parameters" id="refsect1-mongodb-bson-objectidinterface.gettimestamp-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">Questa funzione non contiene parametri.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-mongodb-bson-objectidinterface.gettimestamp-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="simpara">
   Returns the timestamp component of this ObjectIdInterface.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-mongodb-bson-objectidinterface.gettimestamp-seealso">
  <h3 class="title">Vedere anche:</h3>
  <ul class="simplelist">
   <li><span class="methodname"><a href="mongodb-bson-objectid.gettimestamp.php" class="methodname" rel="rdfs-seeAlso">MongoDB\BSON\ObjectId::getTimestamp()</a> - Returns the timestamp component of this ObjectId</span></li>
  </ul>
 </div>


</div><?php manual_footer($setup); ?>