KDECore
kdatetime.h File Reference
Date/times with associated time zone. More...
#include <kdecore_export.h>
#include <ktimezone.h>
#include <QtCore/QSharedDataPointer>
Include dependency graph for kdatetime.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | KDateTime |
A class representing a date and time with an associated time zone. More... | |
class | KDateTime::Spec |
The full time specification of a KDateTime instance. More... | |
Functions | |
QDataStream & | operator<< (QDataStream &out, const KDateTime &dateTime) |
QDataStream & | operator<< (QDataStream &out, const KDateTime::Spec &spec) |
QDataStream & | operator>> (QDataStream &in, KDateTime &dateTime) |
QDataStream & | operator>> (QDataStream &in, KDateTime::Spec &spec) |
Detailed Description
Date/times with associated time zone.
Definition in file kdatetime.h.
Function Documentation
QDataStream& operator<< | ( | QDataStream & | out, | |
const KDateTime & | dateTime | |||
) |
Write dateTime
to the datastream out
, in binary format.
Definition at line 2293 of file kdatetime.cpp.
QDataStream& operator<< | ( | QDataStream & | out, | |
const KDateTime::Spec & | spec | |||
) |
QDataStream& operator>> | ( | QDataStream & | in, | |
KDateTime & | dateTime | |||
) |
Read a KDateTime object into dateTime
from in
, in binary format.
Definition at line 2299 of file kdatetime.cpp.
QDataStream& operator>> | ( | QDataStream & | in, | |
KDateTime::Spec & | spec | |||
) |
Read a KDateTime::Spec object into spec
from in
, in binary format.
Definition at line 273 of file kdatetime.cpp.