diff options
Diffstat (limited to 'doc/html/qtime.html')
-rw-r--r-- | doc/html/qtime.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qtime.html b/doc/html/qtime.html index 369a105b4..63d0131d6 100644 --- a/doc/html/qtime.html +++ b/doc/html/qtime.html @@ -182,7 +182,7 @@ undefined. This can happen when daylight savings time is turned on or off. <p> <p>See also <a href="#start">start</a>() and <a href="#restart">restart</a>(). -<h3 class=fn><a href="qtime.html">TQTime</a> <a name="fromString"></a>TQTime::fromString ( const <a href="ntqstring.html">TQString</a> & s, <a href="ntqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate )<tt> [static]</tt> +<h3 class=fn><a href="qtime.html">TQTime</a> <a name="fromString"></a>TQTime::fromString ( const <a href="tqstring.html">TQString</a> & s, <a href="ntqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate )<tt> [static]</tt> </h3> Returns the representation <em>s</em> as a TQTime using the format <em>f</em>, or an invalid time if this is not possible. @@ -321,7 +321,7 @@ Sets this time to the current time. This is practical for timing: <p> <p>See also <a href="#restart">restart</a>(), <a href="#elapsed">elapsed</a>(), and <a href="#currentTime">currentTime</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString"></a>TQTime::toString ( const <a href="ntqstring.html">TQString</a> & format ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="toString"></a>TQTime::toString ( const <a href="tqstring.html">TQString</a> & format ) const </h3> Returns the time as a string. The <em>format</em> parameter determines the format of the result string. @@ -350,10 +350,10 @@ the format of the result string. <tr bgcolor="#f0f0f0"> <td valign="top">hh:mm:ss.zzz <td valign="top" colspan="1" rowspan="1"> 14:13:09.042 <tr bgcolor="#d0d0d0"> <td valign="top">h:m:s ap <td valign="top" colspan="1" rowspan="1"> 2:13:9 pm </table></center> -<p> If the time is an invalid time, then <a href="ntqstring.html#TQString-null">TQString::null</a> will be returned. +<p> If the time is an invalid time, then <a href="tqstring.html#TQString-null">TQString::null</a> will be returned. <p> <p>See also <a href="qdate.html#toString">TQDate::toString</a>() and <a href="ntqdatetime.html#toString">TQDateTime::toString</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString-2"></a>TQTime::toString ( <a href="ntqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="toString-2"></a>TQTime::toString ( <a href="ntqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the time as a string. Milliseconds are not included. The @@ -365,7 +365,7 @@ ISO 8601 extended specification for representations of dates, which is also HH:MM:SS. <p> If <em>f</em> is TQt::LocalDate, the string format depends on the locale settings of the system. -<p> If the time is an invalid time, then <a href="ntqstring.html#TQString-null">TQString::null</a> will be returned. +<p> If the time is an invalid time, then <a href="tqstring.html#TQString-null">TQString::null</a> will be returned. <hr><h2>Related Functions</h2> <h3 class=fn><a href="ntqdatastream.html">TQDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="ntqdatastream.html">TQDataStream</a> & s, const <a href="qtime.html">TQTime</a> & t ) |