summaryrefslogtreecommitdiffstats
path: root/doc/html/tqdatetime.html
diff options
context:
space:
mode:
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>