rfc4122-uuidv1.rst 588 B

1234567891011121314151617181920
  1. .. _reference.rfc4122.uuidv1:
  2. ===============
  3. Rfc4122\\UuidV1
  4. ===============
  5. .. php:namespace:: Ramsey\Uuid\Rfc4122
  6. .. php:class:: UuidV1
  7. Implements :php:interface:`Ramsey\\Uuid\\Rfc4122\\UuidInterface`.
  8. UuidV1 represents a :ref:`version 1, Gregorian time UUID <rfc4122.version1>`.
  9. In addition to providing the methods defined on the interface, this class
  10. additionally provides the following methods.
  11. .. php:method:: getDateTime()
  12. :returns: A date object representing the timestamp associated with the UUID.
  13. :returntype: ``\DateTimeInterface``