Qore Programming Language Reference Manual
0.8.7
Main Page
Related Pages
Modules
Namespaces
Classes
All
Classes
Namespaces
Functions
Variables
Groups
Pages
Pseudo_QC_Date.dox.h
1
2
namespace
Qore {
4
5
class
<date>
:
public
<value>
{
6
7
public
:
9
16
bool
absolute
();
17
18
public
:
20
30
*
string
currentZoneName
();
31
32
public
:
34
48
int
days
();
49
50
public
:
52
78
int
durationMicroseconds
();
79
80
public
:
82
110
int
durationMilliseconds
();
111
112
public
:
114
142
int
durationSeconds
();
143
144
public
:
146
162
string
format
(
string
format
);
163
164
public
:
166
176
int
getUtcOffset
();
177
178
public
:
180
194
int
hours
();
195
196
public
:
198
209
bool
intp
();
210
211
public
:
213
223
bool
isDst
();
224
225
public
:
227
243
int
microseconds
();
244
245
public
:
247
261
date
midnight
();
262
263
public
:
265
281
int
milliseconds
();
282
283
public
:
285
299
int
minutes
();
300
301
public
:
303
317
int
months
();
318
319
public
:
321
328
bool
relative
();
329
330
public
:
332
348
int
seconds
();
349
350
public
:
352
363
bool
strp
();
364
365
public
:
367
378
int
typeCode
();
379
380
public
:
382
396
bool
val
();
397
398
public
:
400
412
int
years
();
413
414
public
:
416
426
*
TimeZone
zone
();
427
};
428
};