We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c45a7f2 commit 3a15a21Copy full SHA for 3a15a21
reference/constraints/Time.rst
@@ -1,9 +1,9 @@
1
Time
2
====
3
4
-Validates that a value is a valid time, meaning either a ``DateTime`` object
5
-or a string (or an object that can be cast into a string) that follows
6
-a valid "HH:MM:SS" format.
+Validates that a value is a valid time, meaning an object implementing
+``DateTimeInterface`` or a string (or an object that can be cast into a string)
+that follows a valid ``HH:MM:SS`` format.
7
8
+----------------+------------------------------------------------------------------------+
9
| Applies to | :ref:`property or method <validation-property-target>` |
0 commit comments