diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-09 14:57:42 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-12 18:58:18 +0900 | 
| commit | 6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch) | |
| tree | 4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqdatetime.html | |
| parent | 0582c90a9ed4b965629267713f51c0da7c38b39d (diff) | |
| download | tqt-6f57abfc.tar.gz tqt-6f57abfc.zip | |
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqdatetime.html')
| -rw-r--r-- | doc/html/tqdatetime.html | 22 | 
1 files changed, 11 insertions, 11 deletions
| diff --git a/doc/html/tqdatetime.html b/doc/html/tqdatetime.html index b4580e981..75e2f3ad6 100644 --- a/doc/html/tqdatetime.html +++ b/doc/html/tqdatetime.html @@ -158,11 +158,11 @@ later than the datetime of this object (or earlier if <em>nyears</em> is  negative).  <p> <p>See also <a href="#daysTo">daysTo</a>(), <a href="#addDays">addDays</a>(), <a href="#addMonths">addMonths</a>(), and <a href="#addSecs">addSecs</a>(). -<h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="currentDateTime"></a>TQDateTime::currentDateTime ( <a href="ntqt.html#TimeSpec-enum">TQt::TimeSpec</a> ts )<tt> [static]</tt> +<h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="currentDateTime"></a>TQDateTime::currentDateTime ( <a href="tqt.html#TimeSpec-enum">TQt::TimeSpec</a> ts )<tt> [static]</tt>  </h3>  Returns the current datetime, as reported by the system clock, for the  TimeSpec <em>ts</em>. The default TimeSpec is LocalTime. -<p> <p>See also <a href="tqdate.html#currentDate">TQDate::currentDate</a>(), <a href="tqtime.html#currentTime">TQTime::currentTime</a>(), and <a href="ntqt.html#TimeSpec-enum">TQt::TimeSpec</a>. +<p> <p>See also <a href="tqdate.html#currentDate">TQDate::currentDate</a>(), <a href="tqtime.html#currentTime">TQTime::currentTime</a>(), and <a href="tqt.html#TimeSpec-enum">TQt::TimeSpec</a>.  <p>Example: <a href="listviews-example.html#x137">listviews/listviews.cpp</a>.  <h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="currentDateTime-2"></a>TQDateTime::currentDateTime ()<tt> [static]</tt> @@ -183,14 +183,14 @@ Returns the number of days from this datetime to <em>dt</em> (which is  negative if <em>dt</em> is earlier than this datetime).  <p> <p>See also <a href="#addDays">addDays</a>() and <a href="#secsTo">secsTo</a>(). -<h3 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="fromString"></a>TQDateTime::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 class=fn><a href="tqdatetime.html">TQDateTime</a> <a name="fromString"></a>TQDateTime::fromString ( const <a href="tqstring.html">TQString</a> & s, <a href="tqt.html#DateFormat-enum">TQt::DateFormat</a> f = TQt::TextDate )<tt> [static]</tt>  </h3>  Returns the TQDateTime represented by the string <em>s</em>, using the  format <em>f</em>, or an invalid datetime if this is not possible. -<p> Note for <a href="ntqt.html#DateFormat-enum">TQt::TextDate</a>: It is recommended that you use the +<p> Note for <a href="tqt.html#DateFormat-enum">TQt::TextDate</a>: It is recommended that you use the  English short month names (e.g. "Jan"). Although localized month  names can also be used, they depend on the user's locale settings. -<p> <b>Warning:</b> Note that <a href="ntqt.html#DateFormat-enum">TQt::LocalDate</a> cannot be used here. +<p> <b>Warning:</b> Note that <a href="tqt.html#DateFormat-enum">TQt::LocalDate</a> cannot be used here.  <h3 class=fn>bool <a name="isNull"></a>TQDateTime::isNull () const  </h3> @@ -262,9 +262,9 @@ is negative if <em>dt</em> is earlier than this datetime).  <p> Sets the time part of this datetime to <em>time</em>.  <p> <p>See also <a href="#time">time</a>() and <a href="#setDate">setDate</a>(). -<h3 class=fn>void <a name="setTime_t"></a>TQDateTime::setTime_t ( uint secsSince1Jan1970UTC, <a href="ntqt.html#TimeSpec-enum">TQt::TimeSpec</a> ts ) +<h3 class=fn>void <a name="setTime_t"></a>TQDateTime::setTime_t ( uint secsSince1Jan1970UTC, <a href="tqt.html#TimeSpec-enum">TQt::TimeSpec</a> ts )  </h3> -Sets the date and time to <em>ts</em> time (<a href="ntqt.html#TimeSpec-enum">TQt::LocalTime</a> or <a href="ntqt.html#TimeSpec-enum">TQt::UTC</a>) given the number of seconds that have passed since +Sets the date and time to <em>ts</em> time (<a href="tqt.html#TimeSpec-enum">TQt::LocalTime</a> or <a href="tqt.html#TimeSpec-enum">TQt::UTC</a>) given the number of seconds that have passed since  1970-01-01T00:00:00, Coordinated Universal Time (UTC). On systems  that do not support timezones this function will behave as if  local time were UTC. @@ -341,19 +341,19 @@ Uses <a href="tqdate.html#longMonthName">TQDate::longMonthName</a>().  <p> If the datetime is an invalid datetime, then <a href="tqstring.html#TQString-null">TQString::null</a> will be returned.  <p> <p>See also <a href="tqdate.html#toString">TQDate::toString</a>() and <a href="tqtime.html#toString">TQTime::toString</a>(). -<h3 class=fn><a href="tqstring.html">TQString</a> <a name="toString-2"></a>TQDateTime::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>TQDateTime::toString ( <a href="tqt.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 datetime as a string. The <em>f</em> parameter determines  the format of the string. -<p> If <em>f</em> is <a href="ntqt.html#DateFormat-enum">TQt::TextDate</a>, the string format is "Wed May 20 +<p> If <em>f</em> is <a href="tqt.html#DateFormat-enum">TQt::TextDate</a>, the string format is "Wed May 20  03:40:13 1998" (using <a href="tqdate.html#shortDayName">TQDate::shortDayName</a>(), <a href="tqdate.html#shortMonthName">TQDate::shortMonthName</a>(),  and <a href="tqtime.html#toString">TQTime::toString</a>() to generate the string, so the day and month  names will have localized names). -<p> If <em>f</em> is <a href="ntqt.html#DateFormat-enum">TQt::ISODate</a>, the string format corresponds to the +<p> If <em>f</em> is <a href="tqt.html#DateFormat-enum">TQt::ISODate</a>, the string format corresponds to the  ISO 8601 extended specification for representations of dates and  times, which is YYYY-MM-DDTHH:MM:SS. -<p> If <em>f</em> is <a href="ntqt.html#DateFormat-enum">TQt::LocalDate</a>, the string format depends on the +<p> If <em>f</em> is <a href="tqt.html#DateFormat-enum">TQt::LocalDate</a>, the string format depends on the  locale settings of the system.  <p> If the format <em>f</em> is invalid or the datetime is invalid, <a href="#toString">toString</a>()  returns a null string. | 
