summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdate.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-27 21:53:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-29 13:21:04 +0900
commit2cbcca0db1343e1c40e52af729a5eb34ca8a7e37 (patch)
tree065c9e97d5bd9eb3d9869427b44acdd571ba0cc1 /doc/man/man3/tqdate.3qt
parenta09a6bc05e3f64c27e7c84dd768c7720fdf41136 (diff)
downloadtqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.tar.gz
tqt3-2cbcca0db1343e1c40e52af729a5eb34ca8a7e37.zip
Rename date and time nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqdate.3qt')
-rw-r--r--doc/man/man3/tqdate.3qt160
1 files changed, 80 insertions, 80 deletions
diff --git a/doc/man/man3/tqdate.3qt b/doc/man/man3/tqdate.3qt
index a844d040c..e0126c0a1 100644
--- a/doc/man/man3/tqdate.3qt
+++ b/doc/man/man3/tqdate.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QDate 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQDate 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,19 +7,19 @@
.ad l
.nh
.SH NAME
-QDate \- Date functions
+TQDate \- Date functions
.SH SYNOPSIS
All the functions in this class are reentrant when TQt is built with thread support.</p>
.PP
-\fC#include <ntqdatetime.h>\fR
+\fC#include <tqdatetime.h>\fR
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQDate\fR ()"
+.BI "\fBTQDate\fR ()"
.br
.ti -1c
-.BI "\fBQDate\fR ( int y, int m, int d )"
+.BI "\fBTQDate\fR ( int y, int m, int d )"
.br
.ti -1c
.BI "bool \fBisNull\fR () const"
@@ -61,34 +61,34 @@ All the functions in this class are reentrant when TQt is built with thread supp
.BI "bool \fBsetYMD\fR ( int y, int m, int d )"
.br
.ti -1c
-.BI "QDate \fBaddDays\fR ( int ndays ) const"
+.BI "TQDate \fBaddDays\fR ( int ndays ) const"
.br
.ti -1c
-.BI "QDate \fBaddMonths\fR ( int nmonths ) const"
+.BI "TQDate \fBaddMonths\fR ( int nmonths ) const"
.br
.ti -1c
-.BI "QDate \fBaddYears\fR ( int nyears ) const"
+.BI "TQDate \fBaddYears\fR ( int nyears ) const"
.br
.ti -1c
-.BI "int \fBdaysTo\fR ( const QDate & d ) const"
+.BI "int \fBdaysTo\fR ( const TQDate & d ) const"
.br
.ti -1c
-.BI "bool \fBoperator==\fR ( const QDate & d ) const"
+.BI "bool \fBoperator==\fR ( const TQDate & d ) const"
.br
.ti -1c
-.BI "bool \fBoperator!=\fR ( const QDate & d ) const"
+.BI "bool \fBoperator!=\fR ( const TQDate & d ) const"
.br
.ti -1c
-.BI "bool \fBoperator<\fR ( const QDate & d ) const"
+.BI "bool \fBoperator<\fR ( const TQDate & d ) const"
.br
.ti -1c
-.BI "bool \fBoperator<=\fR ( const QDate & d ) const"
+.BI "bool \fBoperator<=\fR ( const TQDate & d ) const"
.br
.ti -1c
-.BI "bool \fBoperator>\fR ( const QDate & d ) const"
+.BI "bool \fBoperator>\fR ( const TQDate & d ) const"
.br
.ti -1c
-.BI "bool \fBoperator>=\fR ( const QDate & d ) const"
+.BI "bool \fBoperator>=\fR ( const TQDate & d ) const"
.br
.in -1c
.SS "Static Public Members"
@@ -112,13 +112,13 @@ All the functions in this class are reentrant when TQt is built with thread supp
.BI "TQString \fBlongDayName\fR ( int weekday )"
.br
.ti -1c
-.BI "QDate \fBcurrentDate\fR ()"
+.BI "TQDate \fBcurrentDate\fR ()"
.br
.ti -1c
-.BI "QDate \fBcurrentDate\fR ( TQt::TimeSpec ts )"
+.BI "TQDate \fBcurrentDate\fR ( TQt::TimeSpec ts )"
.br
.ti -1c
-.BI "QDate \fBfromString\fR ( const TQString & s, TQt::DateFormat f = TQt::TextDate )"
+.BI "TQDate \fBfromString\fR ( const TQString & s, TQt::DateFormat f = TQt::TextDate )"
.br
.ti -1c
.BI "bool \fBisValid\fR ( int y, int m, int d )"
@@ -130,38 +130,38 @@ All the functions in this class are reentrant when TQt is built with thread supp
.SH RELATED FUNCTION DOCUMENTATION
.in +1c
.ti -1c
-.BI "QDataStream & \fBoperator<<\fR ( QDataStream & s, const QDate & d )"
+.BI "QDataStream & \fBoperator<<\fR ( QDataStream & s, const TQDate & d )"
.br
.ti -1c
-.BI "QDataStream & \fBoperator>>\fR ( QDataStream & s, QDate & d )"
+.BI "QDataStream & \fBoperator>>\fR ( QDataStream & s, TQDate & d )"
.br
.in -1c
.SH DESCRIPTION
-The QDate class provides date functions.
+The TQDate class provides date functions.
.PP
-A QDate object contains a calendar date, i.e. year, month, and day numbers, in the modern Western (Gregorian) calendar. It can read the current date from the system clock. It provides functions for comparing dates and for manipulating dates, e.g. by adding a number of days or months or years.
+A TQDate object contains a calendar date, i.e. year, month, and day numbers, in the modern Western (Gregorian) calendar. It can read the current date from the system clock. It provides functions for comparing dates and for manipulating dates, e.g. by adding a number of days or months or years.
.PP
-A QDate object is typically created either by giving the year, month and day numbers explicitly, or by using the static function currentDate(), which creates a QDate object containing the system clock's date. An explicit date can also be set using setYMD(). The fromString() function returns a QDate given a string and a date format which is used to interpret the date within the string.
+A TQDate object is typically created either by giving the year, month and day numbers explicitly, or by using the static function currentDate(), which creates a TQDate object containing the system clock's date. An explicit date can also be set using setYMD(). The fromString() function returns a TQDate given a string and a date format which is used to interpret the date within the string.
.PP
The year(), month(), and day() functions provide access to the year, month, and day numbers. Also, dayOfWeek() and dayOfYear() functions are provided. The same information is provided in textual format by the toString(), shortDayName(), longDayName(), shortMonthName() and longMonthName() functions.
.PP
-QDate provides a full set of operators to compare two QDate objects where smaller means earlier and larger means later.
+TQDate provides a full set of operators to compare two TQDate objects where smaller means earlier and larger means later.
.PP
You can increment (or decrement) a date by a given number of days using addDays(). Similarly you can use addMonths() and addYears(). The daysTo() function returns the number of days between two dates.
.PP
The daysInMonth() and daysInYear() functions return how many days there are in this date's month and year, respectively. The leapYear() function indicates whether this date is in a leap year.
.PP
-Note that QDate should not be used for date calculations for dates prior to the introduction of the Gregorian calendar. This calendar was adopted by England from the 14<sup><small>th</small></sup> September 1752 (hence this is the earliest valid QDate), and subsequently by most other Western countries, until 1923.
+Note that TQDate should not be used for date calculations for dates prior to the introduction of the Gregorian calendar. This calendar was adopted by England from the 14<sup><small>th</small></sup> September 1752 (hence this is the earliest valid TQDate), and subsequently by most other Western countries, until 1923.
.PP
The end of time is reached around the year 8000, by which time we expect TQt to be obsolete.
.PP
-See also QTime, QDateTime, QDateEdit, QDateTimeEdit, and Time and Date.
+See also TQTime, TQDateTime, TQDateEdit, TQDateTimeEdit, and Time and Date.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QDate::QDate ()"
+.SH "TQDate::TQDate ()"
Constructs a null date. Null dates are invalid.
.PP
See also isNull() and isValid().
-.SH "QDate::QDate ( int y, int m, int d )"
+.SH "TQDate::TQDate ( int y, int m, int d )"
Constructs a date with year \fIy\fR, month \fIm\fR and day \fId\fR.
.PP
\fIy\fR must be in the range 1752..8000, \fIm\fR must be in the range 1..12, and \fId\fR must be in the range 1..31.
@@ -169,66 +169,66 @@ Constructs a date with year \fIy\fR, month \fIm\fR and day \fId\fR.
\fBWarning:\fR If \fIy\fR is in the range 0..99, it is interpreted as 1900..1999.
.PP
See also isValid().
-.SH "QDate QDate::addDays ( int ndays ) const"
-Returns a QDate object containing a date \fIndays\fR later than the date of this object (or earlier if \fIndays\fR is negative).
+.SH "TQDate TQDate::addDays ( int ndays ) const"
+Returns a TQDate object containing a date \fIndays\fR later than the date of this object (or earlier if \fIndays\fR is negative).
.PP
See also addMonths(), addYears(), and daysTo().
-.SH "QDate QDate::addMonths ( int nmonths ) const"
-Returns a QDate object containing a date \fInmonths\fR later than the date of this object (or earlier if \fInmonths\fR is negative).
+.SH "TQDate TQDate::addMonths ( int nmonths ) const"
+Returns a TQDate object containing a date \fInmonths\fR later than the date of this object (or earlier if \fInmonths\fR is negative).
.PP
See also addDays() and addYears().
-.SH "QDate QDate::addYears ( int nyears ) const"
-Returns a QDate object containing a date \fInyears\fR later than the date of this object (or earlier if \fInyears\fR is negative).
+.SH "TQDate TQDate::addYears ( int nyears ) const"
+Returns a TQDate object containing a date \fInyears\fR later than the date of this object (or earlier if \fInyears\fR is negative).
.PP
See also addDays() and addMonths().
-.SH "QDate QDate::currentDate ( TQt::TimeSpec ts )\fC [static]\fR"
+.SH "TQDate TQDate::currentDate ( TQt::TimeSpec ts )\fC [static]\fR"
Returns the current date, as reported by the system clock, for the TimeSpec \fIts\fR. The default TimeSpec is LocalTime.
.PP
-See also QTime::currentTime(), QDateTime::currentDateTime(), and TQt::TimeSpec.
+See also TQTime::currentTime(), TQDateTime::currentDateTime(), and TQt::TimeSpec.
.PP
Example: dclock/dclock.cpp.
-.SH "QDate QDate::currentDate ()\fC [static]\fR"
+.SH "TQDate TQDate::currentDate ()\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the current date, as reported by the system clock.
.PP
-See also QTime::currentTime() and QDateTime::currentDateTime().
-.SH "int QDate::day () const"
+See also TQTime::currentTime() and TQDateTime::currentDateTime().
+.SH "int TQDate::day () const"
Returns the day of the month (1..31) of this date.
.PP
See also year(), month(), and dayOfWeek().
.PP
Example: dclock/dclock.cpp.
-.SH "TQString QDate::dayName ( int weekday )\fC [static]\fR"
+.SH "TQString TQDate::dayName ( int weekday )\fC [static]\fR"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
Use shortDayName() instead.
-.SH "int QDate::dayOfWeek () const"
+.SH "int TQDate::dayOfWeek () const"
Returns the weekday (Monday=1..Sunday=7) for this date.
.PP
See also day() and dayOfYear().
-.SH "int QDate::dayOfYear () const"
+.SH "int TQDate::dayOfYear () const"
Returns the day of the year (1..365) for this date.
.PP
See also day() and dayOfWeek().
-.SH "int QDate::daysInMonth () const"
+.SH "int TQDate::daysInMonth () const"
Returns the number of days in the month (28..31) for this date.
.PP
See also day() and daysInYear().
-.SH "int QDate::daysInYear () const"
+.SH "int TQDate::daysInYear () const"
Returns the number of days in the year (365 or 366) for this date.
.PP
See also day() and daysInMonth().
-.SH "int QDate::daysTo ( const QDate & d ) const"
+.SH "int TQDate::daysTo ( const TQDate & d ) const"
Returns the number of days from this date to \fId\fR (which is negative if \fId\fR is earlier than this date).
.PP
Example:
.PP
.nf
.br
- QDate d1( 1995, 5, 17 ); // May 17th 1995
+ TQDate d1( 1995, 5, 17 ); // May 17th 1995
.br
- QDate d2( 1995, 5, 20 ); // May 20th 1995
+ TQDate d2( 1995, 5, 20 ); // May 20th 1995
.br
d1.daysTo( d2 ); // returns 3
.br
@@ -237,21 +237,21 @@ Example:
.fi
.PP
See also addDays().
-.SH "QDate QDate::fromString ( const TQString & s, TQt::DateFormat f = TQt::TextDate )\fC [static]\fR"
-Returns the QDate represented by the string \fIs\fR, using the format \fIf\fR, or an invalid date if the string cannot be parsed.
+.SH "TQDate TQDate::fromString ( const TQString & s, TQt::DateFormat f = TQt::TextDate )\fC [static]\fR"
+Returns the TQDate represented by the string \fIs\fR, using the format \fIf\fR, or an invalid date if the string cannot be parsed.
.PP
Note for TQt::TextDate: 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.
.PP
\fBWarning:\fR TQt::LocalDate cannot be used here.
-.SH "bool QDate::isNull () const"
+.SH "bool TQDate::isNull () const"
Returns TRUE if the date is null; otherwise returns FALSE. A null date is invalid.
.PP
See also isValid().
-.SH "bool QDate::isValid () const"
+.SH "bool TQDate::isValid () const"
Returns TRUE if this date is valid; otherwise returns FALSE.
.PP
See also isNull().
-.SH "bool QDate::isValid ( int y, int m, int d )\fC [static]\fR"
+.SH "bool TQDate::isValid ( int y, int m, int d )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns TRUE if the specified date (year \fIy\fR, month \fIm\fR and day \fId\fR) is valid; otherwise returns FALSE.
@@ -260,22 +260,22 @@ Example:
.PP
.nf
.br
- QDate::isValid( 2002, 5, 17 ); // TRUE May 17th 2002 is valid
+ TQDate::isValid( 2002, 5, 17 ); // TRUE May 17th 2002 is valid
.br
- QDate::isValid( 2002, 2, 30 ); // FALSE Feb 30th does not exist
+ TQDate::isValid( 2002, 2, 30 ); // FALSE Feb 30th does not exist
.br
- QDate::isValid( 2004, 2, 29 ); // TRUE 2004 is a leap year
+ TQDate::isValid( 2004, 2, 29 ); // TRUE 2004 is a leap year
.br
- QDate::isValid( 1202, 6, 6 ); // FALSE 1202 is pre-Gregorian
+ TQDate::isValid( 1202, 6, 6 ); // FALSE 1202 is pre-Gregorian
.br
.fi
.PP
\fBWarning:\fR A \fIy\fR value in the range 00..99 is interpreted as 1900..1999.
.PP
See also isNull() and setYMD().
-.SH "bool QDate::leapYear ( int y )\fC [static]\fR"
+.SH "bool TQDate::leapYear ( int y )\fC [static]\fR"
Returns TRUE if the specified year \fIy\fR is a leap year; otherwise returns FALSE.
-.SH "TQString QDate::longDayName ( int weekday )\fC [static]\fR"
+.SH "TQString TQDate::longDayName ( int weekday )\fC [static]\fR"
Returns the long name of the \fIweekday\fR.
.PP
1 = "Monday", 2 = "Tuesday", ... 7 = "Sunday"
@@ -283,7 +283,7 @@ Returns the long name of the \fIweekday\fR.
The day names will be localized according to the system's locale settings.
.PP
See also toString(), shortDayName(), shortMonthName(), and longMonthName().
-.SH "TQString QDate::longMonthName ( int month )\fC [static]\fR"
+.SH "TQString TQDate::longMonthName ( int month )\fC [static]\fR"
Returns the long name of the \fImonth\fR.
.PP
1 = "January", 2 = "February", ... 12 = "December"
@@ -291,29 +291,29 @@ Returns the long name of the \fImonth\fR.
The month names will be localized according to the system's locale settings.
.PP
See also toString(), shortMonthName(), shortDayName(), and longDayName().
-.SH "int QDate::month () const"
+.SH "int TQDate::month () const"
Returns the month (January=1..December=12) of this date.
.PP
See also year() and day().
.PP
Example: dclock/dclock.cpp.
-.SH "TQString QDate::monthName ( int month )\fC [static]\fR"
+.SH "TQString TQDate::monthName ( int month )\fC [static]\fR"
\fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code.
.PP
Use shortMonthName() instead.
-.SH "bool QDate::operator!= ( const QDate & d ) const"
+.SH "bool TQDate::operator!= ( const TQDate & d ) const"
Returns TRUE if this date is different from \fId\fR; otherwise returns FALSE.
-.SH "bool QDate::operator< ( const QDate & d ) const"
+.SH "bool TQDate::operator< ( const TQDate & d ) const"
Returns TRUE if this date is earlier than \fId\fR, otherwise returns FALSE.
-.SH "bool QDate::operator<= ( const QDate & d ) const"
+.SH "bool TQDate::operator<= ( const TQDate & d ) const"
Returns TRUE if this date is earlier than or equal to \fId\fR, otherwise returns FALSE.
-.SH "bool QDate::operator== ( const QDate & d ) const"
+.SH "bool TQDate::operator== ( const TQDate & d ) const"
Returns TRUE if this date is equal to \fId\fR; otherwise returns FALSE.
-.SH "bool QDate::operator> ( const QDate & d ) const"
+.SH "bool TQDate::operator> ( const TQDate & d ) const"
Returns TRUE if this date is later than \fId\fR, otherwise returns FALSE.
-.SH "bool QDate::operator>= ( const QDate & d ) const"
+.SH "bool TQDate::operator>= ( const TQDate & d ) const"
Returns TRUE if this date is later than or equal to \fId\fR, otherwise returns FALSE.
-.SH "bool QDate::setYMD ( int y, int m, int d )"
+.SH "bool TQDate::setYMD ( int y, int m, int d )"
Sets the date's year \fIy\fR, month \fIm\fR and day \fId\fR.
.PP
\fIy\fR must be in the range 1752..8000, \fIm\fR must be in the range 1..12, and \fId\fR must be in the range 1..31.
@@ -321,7 +321,7 @@ Sets the date's year \fIy\fR, month \fIm\fR and day \fId\fR.
\fBWarning:\fR If \fIy\fR is in the range 0..99, it is interpreted as 1900..1999.
.PP
Returns TRUE if the date is valid; otherwise returns FALSE.
-.SH "TQString QDate::shortDayName ( int weekday )\fC [static]\fR"
+.SH "TQString TQDate::shortDayName ( int weekday )\fC [static]\fR"
Returns the name of the \fIweekday\fR.
.PP
1 = "Mon", 2 = "Tue", ... 7 = "Sun"
@@ -329,7 +329,7 @@ Returns the name of the \fIweekday\fR.
The day names will be localized according to the system's locale settings.
.PP
See also toString(), shortMonthName(), longMonthName(), and longDayName().
-.SH "TQString QDate::shortMonthName ( int month )\fC [static]\fR"
+.SH "TQString TQDate::shortMonthName ( int month )\fC [static]\fR"
Returns the name of the \fImonth\fR.
.PP
1 = "Jan", 2 = "Feb", ... 12 = "Dec"
@@ -337,21 +337,21 @@ Returns the name of the \fImonth\fR.
The month names will be localized according to the system's locale settings.
.PP
See also toString(), longMonthName(), shortDayName(), and longDayName().
-.SH "TQString QDate::toString ( const TQString & format ) const"
+.SH "TQString TQDate::toString ( const TQString & format ) const"
Returns the date as a string. The \fIformat\fR parameter determines the format of the result string.
.PP
These expressions may be used:
.PP
<center>.nf
.TS
-l - l. Expression Output d the day as number without a leading zero (1-31) dd the day as number with a leading zero (01-31) ddd the abbreviated localized day name (e.g. 'Mon'..'Sun'). Uses QDate::shortDayName(). dddd the long localized day name (e.g. 'Monday'..'Sunday'). Uses QDate::longDayName(). M the month as number without a leading zero (1-12) MM the month as number with a leading zero (01-12) MMM the abbreviated localized month name (e.g. 'Jan'..'Dec'). Uses QDate::shortMonthName(). MMMM the long localized month name (e.g. 'January'..'December'). Uses QDate::longMonthName(). yy the year as two digit number (00-99) yyyy
+l - l. Expression Output d the day as number without a leading zero (1-31) dd the day as number with a leading zero (01-31) ddd the abbreviated localized day name (e.g. 'Mon'..'Sun'). Uses TQDate::shortDayName(). dddd the long localized day name (e.g. 'Monday'..'Sunday'). Uses TQDate::longDayName(). M the month as number without a leading zero (1-12) MM the month as number with a leading zero (01-12) MMM the abbreviated localized month name (e.g. 'Jan'..'Dec'). Uses TQDate::shortMonthName(). MMMM the long localized month name (e.g. 'January'..'December'). Uses TQDate::longMonthName(). yy the year as two digit number (00-99) yyyy
.TE
.fi
</center>
.PP
All other input characters will be ignored.
.PP
-Example format strings (assuming that the QDate is the 20<sup><small>th</small></sup> July 1969): <center>.nf
+Example format strings (assuming that the TQDate is the 20<sup><small>th</small></sup> July 1969): <center>.nf
.TS
l - l. Format Result dd.MM.yyyy 20.07.1969 ddd MMMM d yy
.TE
@@ -360,8 +360,8 @@ l - l. Format Result dd.MM.yyyy 20.07.1969 ddd MMMM d yy
.PP
If the date is an invalid date, then TQString::null will be returned.
.PP
-See also QDateTime::toString() and QTime::toString().
-.SH "TQString QDate::toString ( TQt::DateFormat f = TQt::TextDate ) const"
+See also TQDateTime::toString() and TQTime::toString().
+.SH "TQString TQDate::toString ( TQt::DateFormat f = TQt::TextDate ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the date as a string. The \fIf\fR parameter determines the format of the string.
@@ -375,7 +375,7 @@ If \fIf\fR is TQt::LocalDate, the string format depends on the locale settings o
If the date is an invalid date, then TQString::null will be returned.
.PP
See also shortDayName() and shortMonthName().
-.SH "int QDate::weekNumber ( int * yearNumber = 0 ) const"
+.SH "int TQDate::weekNumber ( int * yearNumber = 0 ) const"
Returns the week number (1 to 53), and stores the year in \fI*yearNumber\fR unless \fIyearNumber\fR is null (the default).
.PP
Returns 0 if the date is invalid.
@@ -389,22 +389,22 @@ Copyright (c) 1989 The Regents of the University of California. All rights reser
Redistribution and use in source and binary forms are permitted provided that the above copyright notice and this paragraph are duplicated in all such forms and that any documentation, advertising materials, and other materials related to such distribution and use acknowledge that the software was developed by the University of California, Berkeley. The name of the University may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
.PP
See also isValid().
-.SH "int QDate::year () const"
+.SH "int TQDate::year () const"
Returns the year (1752..8000) of this date.
.PP
See also month() and day().
.SH RELATED FUNCTION DOCUMENTATION
-.SH "QDataStream & operator<< ( QDataStream & s, const QDate & d )"
+.SH "QDataStream & operator<< ( QDataStream & s, const TQDate & d )"
Writes the date, \fId\fR, to the data stream, \fIs\fR.
.PP
See also Format of the QDataStream operators.
-.SH "QDataStream & operator>> ( QDataStream & s, QDate & d )"
+.SH "QDataStream & operator>> ( QDataStream & s, TQDate & d )"
Reads a date from the stream \fIs\fR into \fId\fR.
.PP
See also Format of the QDataStream operators.
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qdate.html
+.BR http://doc.trolltech.com/tqdate.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the