diff options
Diffstat (limited to 'doc/html/qdate.html')
-rw-r--r-- | doc/html/qdate.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/qdate.html b/doc/html/qdate.html index 2a1b5b22c..dcf8f8079 100644 --- a/doc/html/qdate.html +++ b/doc/html/qdate.html @@ -177,7 +177,7 @@ Returns the day of the month (1..31) of this date. <p> <p>See also <a href="#year">year</a>(), <a href="#month">month</a>(), and <a href="#dayOfWeek">dayOfWeek</a>(). <p>Example: <a href="dclock-example.html#x1099">dclock/dclock.cpp</a>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="dayName"></a>TQDate::dayName ( int weekday )<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="dayName"></a>TQDate::dayName ( int weekday )<tt> [static]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. @@ -217,7 +217,7 @@ negative if <em>d</em> is earlier than this date). <p> <p>See also <a href="#addDays">addDays</a>(). -<h3 class=fn><a href="qdate.html">TQDate</a> <a name="fromString"></a>TQDate::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="qdate.html">TQDate</a> <a name="fromString"></a>TQDate::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 TQDate represented by the string <em>s</em>, using the format <em>f</em>, or an invalid date if the string cannot be parsed. @@ -260,7 +260,7 @@ This is an overloaded member function, provided for convenience. It behaves esse Returns TRUE if the specified year <em>y</em> is a leap year; otherwise returns FALSE. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="longDayName"></a>TQDate::longDayName ( int weekday )<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="longDayName"></a>TQDate::longDayName ( int weekday )<tt> [static]</tt> </h3> Returns the long name of the <em>weekday</em>. <p> 1 = "Monday", 2 = "Tuesday", ... 7 = "Sunday" @@ -268,7 +268,7 @@ Returns the long name of the <em>weekday</em>. settings. <p> <p>See also <a href="#toString">toString</a>(), <a href="#shortDayName">shortDayName</a>(), <a href="#shortMonthName">shortMonthName</a>(), and <a href="#longMonthName">longMonthName</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="longMonthName"></a>TQDate::longMonthName ( int month )<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="longMonthName"></a>TQDate::longMonthName ( int month )<tt> [static]</tt> </h3> Returns the long name of the <em>month</em>. <p> 1 = "January", 2 = "February", ... 12 = "December" @@ -282,7 +282,7 @@ Returns the month (January=1..December=12) of this date. <p> <p>See also <a href="#year">year</a>() and <a href="#day">day</a>(). <p>Example: <a href="dclock-example.html#x1100">dclock/dclock.cpp</a>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="monthName"></a>TQDate::monthName ( int month )<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="monthName"></a>TQDate::monthName ( int month )<tt> [static]</tt> </h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. @@ -329,7 +329,7 @@ Sets the date's year <em>y</em>, month <em>m</em> and day <em>d</em>. 1900..1999. <p> Returns TRUE if the date is valid; otherwise returns FALSE. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="shortDayName"></a>TQDate::shortDayName ( int weekday )<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="shortDayName"></a>TQDate::shortDayName ( int weekday )<tt> [static]</tt> </h3> Returns the name of the <em>weekday</em>. <p> 1 = "Mon", 2 = "Tue", ... 7 = "Sun" @@ -337,7 +337,7 @@ Returns the name of the <em>weekday</em>. settings. <p> <p>See also <a href="#toString">toString</a>(), <a href="#shortMonthName">shortMonthName</a>(), <a href="#longMonthName">longMonthName</a>(), and <a href="#longDayName">longDayName</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="shortMonthName"></a>TQDate::shortMonthName ( int month )<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="shortMonthName"></a>TQDate::shortMonthName ( int month )<tt> [static]</tt> </h3> Returns the name of the <em>month</em>. <p> 1 = "Jan", 2 = "Feb", ... 12 = "Dec" @@ -345,7 +345,7 @@ Returns the name of the <em>month</em>. settings. <p> <p>See also <a href="#toString">toString</a>(), <a href="#longMonthName">longMonthName</a>(), <a href="#shortDayName">shortDayName</a>(), and <a href="#longDayName">longDayName</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString"></a>TQDate::toString ( const <a href="ntqstring.html">TQString</a> & format ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="toString"></a>TQDate::toString ( const <a href="tqstring.html">TQString</a> & format ) const </h3> Returns the date as a string. The <em>format</em> parameter determines the format of the result string. @@ -379,11 +379,11 @@ Uses <a href="#longMonthName">TQDate::longMonthName</a>(). <tr bgcolor="#f0f0f0"> <td valign="top">dd.MM.yyyy <td valign="top" colspan="1" rowspan="1"> 20.07.1969 <tr bgcolor="#d0d0d0"> <td valign="top">ddd MMMM d yy <td valign="top" colspan="1" rowspan="1"> Sun July 20 69 </table></center> -<p> If the date is an invalid date, then <a href="ntqstring.html#TQString-null">TQString::null</a> will be returned. +<p> If the date is an invalid date, then <a href="tqstring.html#TQString-null">TQString::null</a> will be returned. <p> <p>See also <a href="ntqdatetime.html#toString">TQDateTime::toString</a>() and <a href="qtime.html#toString">TQTime::toString</a>(). <p> -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="toString-2"></a>TQDate::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>TQDate::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 date as a string. The <em>f</em> parameter determines the @@ -399,7 +399,7 @@ YYYY-MM-DD where YYYY is the year, MM is the month of the year 31. <p> If <em>f</em> is <a href="ntqt.html#DateFormat-enum">TQt::LocalDate</a>, the string format depends on the locale settings of the system. -<p> If the date is an invalid date, then <a href="ntqstring.html#TQString-null">TQString::null</a> will be returned. +<p> If the date is an invalid date, then <a href="tqstring.html#TQString-null">TQString::null</a> will be returned. <p> <p>See also <a href="#shortDayName">shortDayName</a>() and <a href="#shortMonthName">shortMonthName</a>(). <h3 class=fn>int <a name="weekNumber"></a>TQDate::weekNumber ( int * yearNumber = 0 ) const |