diff options
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> |