diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/y2k.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/y2k.html')
-rw-r--r-- | doc/html/y2k.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/y2k.html b/doc/html/y2k.html index faf6f66d2..96b8508e9 100644 --- a/doc/html/y2k.html +++ b/doc/html/y2k.html @@ -44,20 +44,20 @@ underlying APIs by TQt does not have any known problems. <a name="1"></a><p> Several parts of TQt deal with dates and times: <ul> <li> <a href="qdate.html">TQDate</a> - provides date management -<li> <a href="qdatetime.html">TQDateTime</a> - provides date/time management +<li> <a href="ntqdatetime.html">TQDateTime</a> - provides date/time management <li> <a href="qtime.html">TQTime</a> - provides time management (within a date) -<li> <a href="qtimer.html">TQTimer</a> - provides delayed or regular execution of code. +<li> <a href="ntqtimer.html">TQTimer</a> - provides delayed or regular execution of code. </ul> <p> All of these classes' external APIs are Year 2000 Compliant: <a href="qdate.html">TQDate</a> and -<a href="qdatetime.html">TQDateTime</a> offer only four-digit years as output, <a href="qtime.html">TQTime</a> and <a href="qtimer.html">TQTimer</a> do +<a href="ntqdatetime.html">TQDateTime</a> offer only four-digit years as output, <a href="qtime.html">TQTime</a> and <a href="ntqtimer.html">TQTimer</a> do not deal with years or leap days at all. <p> <h2> Implementation Issues in TQt </h2> <a name="2"></a><p> All date/time calculation and storage in TQt uses number of days, seconds or milliseconds, and is thus Year 2000 Compliant. -<p> This applies to the above four classes and also to <a href="qfiledialog.html">TQFileDialog</a> -(which can sort files by time/date), <a href="qfileinfo.html">TQFileInfo</a> (which operates on -file times/dates) and <a href="qapplication.html">TQApplication</a> (which does various internal +<p> This applies to the above four classes and also to <a href="ntqfiledialog.html">TQFileDialog</a> +(which can sort files by time/date), <a href="ntqfileinfo.html">TQFileInfo</a> (which operates on +file times/dates) and <a href="ntqapplication.html">TQApplication</a> (which does various internal housekeeping tasks). <p> The conversion to <tt>year/month/date</tt> format in TQDate (and TQDateTime) has been verified to be correct for all of December 31, |