summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqdatetime.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/ntqdatetime.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqdatetime.html')
-rw-r--r--doc/html/ntqdatetime.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/html/ntqdatetime.html b/doc/html/ntqdatetime.html
index 379b5f831..92b087337 100644
--- a/doc/html/ntqdatetime.html
+++ b/doc/html/ntqdatetime.html
@@ -195,47 +195,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="qdate.html#isNull">TQDate::isNull</a>() and <a href="qtime.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="qdate.html#isValid">TQDate::isValid</a>() and <a href="qtime.html#isValid">TQTime::isValid</a>().
<h3 class=fn>bool <a name="operator!-eq"></a>TQDateTime::operator!= ( const&nbsp;<a href="ntqdatetime.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="ntqdatetime.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="ntqdatetime.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="ntqdatetime.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="ntqdatetime.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="ntqdatetime.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="ntqdatetime.html">TQDateTime</a>&nbsp;&amp;&nbsp;dt ) const
</h3>