Files
php-uuid/docs/reference/timebasedinterface.rst
T

17 lines
377 B
ReStructuredText

.. _reference.timebasedinterface:
==================
TimeBasedInterface
==================
.. php:namespace:: Ramsey\Uuid
.. php:interface:: TimeBasedInterface
Defines functionality for time-based UUIDs.
.. php:method:: getDateTime()
:returns: A date object representing the timestamp associated with the UUID.
:returntype: ``\DateTimeInterface``