summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdatetime.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqdatetime.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-rename/true-false-4.tar.gz
tqt-rename/true-false-4.zip
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdatetime.html')
-rw-r--r--doc/html/tqdatetime.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/html/tqdatetime.html b/doc/html/tqdatetime.html
index 707b3f51d..14dd7aa1e 100644
--- a/doc/html/tqdatetime.html
+++ b/doc/html/tqdatetime.html
@@ -194,47 +194,47 @@ names can also be used, they depend on the user's locale settings.
<h3 class=fn>bool <a name="isNull"></a>TQDateTime::isNull () const
</h3>
-<p> Returns TRUE if both the date and the time are null; otherwise
-returns FALSE. A null datetime is invalid.
+<p> Returns true if both the date and the time are null; otherwise
+returns false. A null datetime is invalid.
<p> <p>See also <a href="tqdate.html#isNull">TQDate::isNull</a>() and <a href="tqtime.html#isNull">TQTime::isNull</a>().
<h3 class=fn>bool <a name="isValid"></a>TQDateTime::isValid () const
</h3>
-<p> Returns TRUE if both the date and the time are valid; otherwise
-returns FALSE.
+<p> Returns true if both the date and the time are valid; otherwise
+returns false.
<p> <p>See also <a href="tqdate.html#isValid">TQDate::isValid</a>() and <a href="tqtime.html#isValid">TQTime::isValid</a>().
<h3 class=fn>bool <a name="operator!-eq"></a>TQDateTime::operator!= ( const&nbsp;<a href="tqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;dt ) const
</h3>
-Returns TRUE if this datetime is different from <em>dt</em>; otherwise
-returns FALSE.
+Returns true if this datetime is different from <em>dt</em>; otherwise
+returns false.
<p> <p>See also <a href="#operator-eq-eq">operator==</a>().
<h3 class=fn>bool <a name="operator-lt"></a>TQDateTime::operator&lt; ( const&nbsp;<a href="tqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;dt ) const
</h3>
-Returns TRUE if this datetime is earlier than <em>dt</em>; otherwise
-returns FALSE.
+Returns true if this datetime is earlier than <em>dt</em>; otherwise
+returns false.
<h3 class=fn>bool <a name="operator-lt-eq"></a>TQDateTime::operator&lt;= ( const&nbsp;<a href="tqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;dt ) const
</h3>
-Returns TRUE if this datetime is earlier than or equal to <em>dt</em>;
-otherwise returns FALSE.
+Returns true if this datetime is earlier than or equal to <em>dt</em>;
+otherwise returns false.
<h3 class=fn>bool <a name="operator-eq-eq"></a>TQDateTime::operator== ( const&nbsp;<a href="tqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;dt ) const
</h3>
-Returns TRUE if this datetime is equal to <em>dt</em>; otherwise returns FALSE.
+Returns true if this datetime is equal to <em>dt</em>; otherwise returns false.
<p> <p>See also <a href="#operator!-eq">operator!=</a>().
<h3 class=fn>bool <a name="operator-gt"></a>TQDateTime::operator&gt; ( const&nbsp;<a href="tqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;dt ) const
</h3>
-Returns TRUE if this datetime is later than <em>dt</em>; otherwise
-returns FALSE.
+Returns true if this datetime is later than <em>dt</em>; otherwise
+returns false.
<h3 class=fn>bool <a name="operator-gt-eq"></a>TQDateTime::operator&gt;= ( const&nbsp;<a href="tqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;dt ) const
</h3>
-Returns TRUE if this datetime is later than or equal to <em>dt</em>;
-otherwise returns FALSE.
+Returns true if this datetime is later than or equal to <em>dt</em>;
+otherwise returns false.
<h3 class=fn>int <a name="secsTo"></a>TQDateTime::secsTo ( const&nbsp;<a href="tqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;dt ) const
</h3>