summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdatetime.3qt
blob: 0aa70de04198d39dcd47e918626c206112097301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
'\" t
.TH TQDateTime 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.
.\"
.ad l
.nh
.SH NAME
TQDateTime \- Date and time functions
.SH SYNOPSIS
All the functions in this class are reentrant when TQt is built with thread support.</p>
.PP
\fC#include <tqdatetime.h>\fR
.PP
.SS "Public Members"
.in +1c
.ti -1c
.BI "\fBTQDateTime\fR ()"
.br
.ti -1c
.BI "\fBTQDateTime\fR ( const TQDate & date )"
.br
.ti -1c
.BI "\fBTQDateTime\fR ( const TQDate & date, const TQTime & time )"
.br
.ti -1c
.BI "bool \fBisNull\fR () const"
.br
.ti -1c
.BI "bool \fBisValid\fR () const"
.br
.ti -1c
.BI "TQDate \fBdate\fR () const"
.br
.ti -1c
.BI "TQTime \fBtime\fR () const"
.br
.ti -1c
.BI "uint \fBtoTime_t\fR () const"
.br
.ti -1c
.BI "void \fBsetDate\fR ( const TQDate & date )"
.br
.ti -1c
.BI "void \fBsetTime\fR ( const TQTime & time )"
.br
.ti -1c
.BI "void \fBsetTime_t\fR ( uint secsSince1Jan1970UTC )"
.br
.ti -1c
.BI "void \fBsetTime_t\fR ( uint secsSince1Jan1970UTC, TQt::TimeSpec ts )"
.br
.ti -1c
.BI "TQString \fBtoString\fR ( TQt::DateFormat f = TQt::TextDate ) const"
.br
.ti -1c
.BI "TQString \fBtoString\fR ( const TQString & format ) const"
.br
.ti -1c
.BI "TQDateTime \fBaddDays\fR ( int ndays ) const"
.br
.ti -1c
.BI "TQDateTime \fBaddMonths\fR ( int nmonths ) const"
.br
.ti -1c
.BI "TQDateTime \fBaddYears\fR ( int nyears ) const"
.br
.ti -1c
.BI "TQDateTime \fBaddSecs\fR ( int nsecs ) const"
.br
.ti -1c
.BI "int \fBdaysTo\fR ( const TQDateTime & dt ) const"
.br
.ti -1c
.BI "int \fBsecsTo\fR ( const TQDateTime & dt ) const"
.br
.ti -1c
.BI "bool \fBoperator==\fR ( const TQDateTime & dt ) const"
.br
.ti -1c
.BI "bool \fBoperator!=\fR ( const TQDateTime & dt ) const"
.br
.ti -1c
.BI "bool \fBoperator<\fR ( const TQDateTime & dt ) const"
.br
.ti -1c
.BI "bool \fBoperator<=\fR ( const TQDateTime & dt ) const"
.br
.ti -1c
.BI "bool \fBoperator>\fR ( const TQDateTime & dt ) const"
.br
.ti -1c
.BI "bool \fBoperator>=\fR ( const TQDateTime & dt ) const"
.br
.in -1c
.SS "Static Public Members"
.in +1c
.ti -1c
.BI "TQDateTime \fBcurrentDateTime\fR ()"
.br
.ti -1c
.BI "TQDateTime \fBcurrentDateTime\fR ( TQt::TimeSpec ts )"
.br
.ti -1c
.BI "TQDateTime \fBfromString\fR ( const TQString & s, TQt::DateFormat f = TQt::TextDate )"
.br
.in -1c
.SH RELATED FUNCTION DOCUMENTATION
.in +1c
.ti -1c
.BI "QDataStream & \fBoperator<<\fR ( QDataStream & s, const TQDateTime & dt )"
.br
.ti -1c
.BI "QDataStream & \fBoperator>>\fR ( QDataStream & s, TQDateTime & dt )"
.br
.in -1c
.SH DESCRIPTION
The TQDateTime class provides date and time functions.
.PP
A TQDateTime object contains a calendar date and a clock time (a" datetime"). It is a combination of the TQDate and TQTime classes. It can read the current datetime from the system clock. It provides functions for comparing datetimes and for manipulating a datetime by adding a number of seconds, days, months or years.
.PP
A TQDateTime object is typically created either by giving a date and time explicitly in the constructor, or by using the static function currentDateTime(), which returns a TQDateTime object set to the system clock's time. The date and time can be changed with setDate() and setTime(). A datetime can also be set using the setTime_t() function, which takes a POSIX-standard "number of seconds since 00:00:00 on January 1, 1970" value. The fromString() function returns a TQDateTime given a string and a date format which is used to interpret the date within the string.
.PP
The date() and time() functions provide access to the date and time parts of the datetime. The same information is provided in textual format by the toString() function.
.PP
TQDateTime provides a full set of operators to compare two TQDateTime objects where smaller means earlier and larger means later.
.PP
You can increment (or decrement) a datetime by a given number of seconds using addSecs() or days using addDays(). Similarly you can use addMonths() and addYears(). The daysTo() function returns the number of days between two datetimes, and secsTo() returns the number of seconds between two datetimes.
.PP
The range of a datetime object is constrained to the ranges of the TQDate and TQTime objects which it embodies.
.PP
See also TQDate, TQTime, TQDateTimeEdit, and Time and Date.
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQDateTime::TQDateTime ()"
Constructs a null datetime (i.e. null date and null time). A null datetime is invalid, since the date is invalid.
.PP
See also isValid().
.SH "TQDateTime::TQDateTime ( const TQDate & date )"
Constructs a datetime with date \fIdate\fR and null (but valid) time (00:00:00.000).
.SH "TQDateTime::TQDateTime ( const TQDate & date, const TQTime & time )"
Constructs a datetime with date \fIdate\fR and time \fItime\fR.
.SH "TQDateTime TQDateTime::addDays ( int ndays ) const"
Returns a TQDateTime object containing a datetime \fIndays\fR days later than the datetime of this object (or earlier if \fIndays\fR is negative).
.PP
See also daysTo(), addMonths(), addYears(), and addSecs().
.SH "TQDateTime TQDateTime::addMonths ( int nmonths ) const"
Returns a TQDateTime object containing a datetime \fInmonths\fR months later than the datetime of this object (or earlier if \fInmonths\fR is negative).
.PP
See also daysTo(), addDays(), addYears(), and addSecs().
.SH "TQDateTime TQDateTime::addSecs ( int nsecs ) const"
Returns a TQDateTime object containing a datetime \fInsecs\fR seconds later than the datetime of this object (or earlier if \fInsecs\fR is negative).
.PP
See also secsTo(), addDays(), addMonths(), and addYears().
.PP
Example: listviews/listviews.cpp.
.SH "TQDateTime TQDateTime::addYears ( int nyears ) const"
Returns a TQDateTime object containing a datetime \fInyears\fR years later than the datetime of this object (or earlier if \fInyears\fR is negative).
.PP
See also daysTo(), addDays(), addMonths(), and addSecs().
.SH "TQDateTime TQDateTime::currentDateTime ( TQt::TimeSpec ts )\fC [static]\fR"
Returns the current datetime, as reported by the system clock, for the TimeSpec \fIts\fR. The default TimeSpec is LocalTime.
.PP
See also TQDate::currentDate(), TQTime::currentTime(), and TQt::TimeSpec.
.PP
Example: listviews/listviews.cpp.
.SH "TQDateTime TQDateTime::currentDateTime ()\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the current datetime, as reported by the system clock.
.PP
See also TQDate::currentDate() and TQTime::currentTime().
.SH "TQDate TQDateTime::date () const"
Returns the date part of the datetime.
.PP
See also setDate() and time().
.SH "int TQDateTime::daysTo ( const TQDateTime & dt ) const"
Returns the number of days from this datetime to \fIdt\fR (which is negative if \fIdt\fR is earlier than this datetime).
.PP
See also addDays() and secsTo().
.SH "TQDateTime TQDateTime::fromString ( const TQString & s, TQt::DateFormat f = TQt::TextDate )\fC [static]\fR"
Returns the TQDateTime represented by the string \fIs\fR, using the format \fIf\fR, or an invalid datetime if this is not possible.
.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 Note that TQt::LocalDate cannot be used here.
.SH "bool TQDateTime::isNull () const"
Returns TRUE if both the date and the time are null; otherwise returns FALSE. A null datetime is invalid.
.PP
See also TQDate::isNull() and TQTime::isNull().
.SH "bool TQDateTime::isValid () const"
Returns TRUE if both the date and the time are valid; otherwise returns FALSE.
.PP
See also TQDate::isValid() and TQTime::isValid().
.SH "bool TQDateTime::operator!= ( const TQDateTime & dt ) const"
Returns TRUE if this datetime is different from \fIdt\fR; otherwise returns FALSE.
.PP
See also operator==().
.SH "bool TQDateTime::operator< ( const TQDateTime & dt ) const"
Returns TRUE if this datetime is earlier than \fIdt\fR; otherwise returns FALSE.
.SH "bool TQDateTime::operator<= ( const TQDateTime & dt ) const"
Returns TRUE if this datetime is earlier than or equal to \fIdt\fR; otherwise returns FALSE.
.SH "bool TQDateTime::operator== ( const TQDateTime & dt ) const"
Returns TRUE if this datetime is equal to \fIdt\fR; otherwise returns FALSE.
.PP
See also operator!=().
.SH "bool TQDateTime::operator> ( const TQDateTime & dt ) const"
Returns TRUE if this datetime is later than \fIdt\fR; otherwise returns FALSE.
.SH "bool TQDateTime::operator>= ( const TQDateTime & dt ) const"
Returns TRUE if this datetime is later than or equal to \fIdt\fR; otherwise returns FALSE.
.SH "int TQDateTime::secsTo ( const TQDateTime & dt ) const"
Returns the number of seconds from this datetime to \fIdt\fR (which is negative if \fIdt\fR is earlier than this datetime).
.PP
Example:
.PP
.nf
.br
    TQDateTime dt = TQDateTime::currentDateTime();
.br
    TQDateTime xmas( TQDate(dt.date().year(),12,24), TQTime(17,00) );
.br
    tqDebug( "There are %d seconds to Christmas", dt.secsTo(xmas) );
.br
.fi
.PP
See also addSecs(), daysTo(), and TQTime::secsTo().
.SH "void TQDateTime::setDate ( const TQDate & date )"
Sets the date part of this datetime to \fIdate\fR.
.PP
See also date() and setTime().
.SH "void TQDateTime::setTime ( const TQTime & time )"
Sets the time part of this datetime to \fItime\fR.
.PP
See also time() and setDate().
.SH "void TQDateTime::setTime_t ( uint secsSince1Jan1970UTC, TQt::TimeSpec ts )"
Sets the date and time to \fIts\fR time (TQt::LocalTime or TQt::UTC) 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.
.PP
On Windows, only a subset of \fIsecsSince1Jan1970UTC\fR values are supported, as Windows starts counting from 1980.
.PP
See also toTime_t().
.SH "void TQDateTime::setTime_t ( uint secsSince1Jan1970UTC )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Convenience function that sets the date and time to local time based on the given UTC time.
.SH "TQTime TQDateTime::time () const"
Returns the time part of the datetime.
.PP
See also setTime() and date().
.SH "TQString TQDateTime::toString ( const TQString & format ) const"
Returns the datetime as a string. The \fIformat\fR parameter determines the format of the result string.
.PP
These expressions may be used for the date:
.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 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
These expressions may be used for the time:
.PP
<center>.nf
.TS
l - l. Expression Output h the hour without a leading zero (0..23 or 1..12 if AM/PM display) hh the hour with a leading zero (00..23 or 01..12 if AM/PM display) m the minute without a leading zero (0..59) mm the minute with a leading zero (00..59) s the second whithout a leading zero (0..59) ss the second whith a leading zero (00..59) z the milliseconds without leading zeroes (0..999) zzz the milliseconds with leading zeroes (000..999) AP use AM/PM display. \fIAP\fR will be replaced by either "AM" or "PM". ap
.TE
.fi
</center>
.PP
All other input characters will be ignored.
.PP
Example format strings (assumed that the TQDateTime is 21<small><sup>st</sup></small> May 2001 14:13:09)
.PP
<center>.nf
.TS
l - l. Format Result dd.MM.yyyy 21.05.2001 ddd MMMM d yy Tue May 21 01 hh:mm:ss.zzz 14:13:09.042 h:m:s ap
.TE
.fi
</center>
.PP
If the datetime is an invalid datetime, then TQString::null will be returned.
.PP
See also TQDate::toString() and TQTime::toString().
.SH "TQString TQDateTime::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 datetime as a string. The \fIf\fR parameter determines the format of the string.
.PP
If \fIf\fR is TQt::TextDate, the string format is "Wed May 20 03:40:13 1998" (using TQDate::shortDayName(), TQDate::shortMonthName(), and TQTime::toString() to generate the string, so the day and month names will have localized names).
.PP
If \fIf\fR is TQt::ISODate, the string format corresponds to the ISO 8601 extended specification for representations of dates and times, which is YYYY-MM-DDTHH:MM:SS.
.PP
If \fIf\fR is TQt::LocalDate, the string format depends on the locale settings of the system.
.PP
If the format \fIf\fR is invalid or the datetime is invalid, toString() returns a null string.
.PP
See also TQDate::toString() and TQTime::toString().
.SH "uint TQDateTime::toTime_t () const"
Returns the datetime as the number of seconds that have passed since 1970-01-01T00:00:00, Coordinated Universal Time (UTC).
.PP
On systems that do not support timezones, this function will behave as if local time were UTC.
.PP
See also setTime_t().
.SH RELATED FUNCTION DOCUMENTATION
.SH "QDataStream & operator<< ( QDataStream & s, const TQDateTime & dt )"
Writes the datetime \fIdt\fR to the stream \fIs\fR.
.PP
See also Format of the QDataStream operators.
.SH "QDataStream & operator>> ( QDataStream & s, TQDateTime & dt )"
Reads a datetime from the stream \fIs\fR into \fIdt\fR.
.PP
See also Format of the QDataStream operators.

.SH "SEE ALSO"
.BR http://doc.trolltech.com/tqdatetime.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com.  See the
license file included in the distribution for a complete license
statement.
.SH AUTHOR
Generated automatically from the source code.
.SH BUGS
If you find a bug in Qt, please report it as described in
.BR http://doc.trolltech.com/bughowto.html .
Good bug reports help us to help you. Thank you.
.P
The definitive TQt documentation is provided in HTML format; it is
located at $TQTDIR/doc/html and can be read using TQt Assistant or with
a web browser. This man page is provided as a convenience for those
users who prefer man pages, although this format is not officially
supported by Trolltech. 
.P
If you find errors in this manual page, please report them to
.BR qt-bugs@trolltech.com .
Please include the name of the manual page (tqdatetime.3qt) and the Qt
version (3.3.8).