diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqdatetime.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-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.html | 30 |
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 <a href="tqdatetime.html">TQDateTime</a> & 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< ( const <a href="tqdatetime.html">TQDateTime</a> & 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<= ( const <a href="tqdatetime.html">TQDateTime</a> & 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 <a href="tqdatetime.html">TQDateTime</a> & 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> ( const <a href="tqdatetime.html">TQDateTime</a> & 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>= ( const <a href="tqdatetime.html">TQDateTime</a> & 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 <a href="tqdatetime.html">TQDateTime</a> & dt ) const </h3> |