KDECore
kdatetime.h File Reference
Date/times with associated time zone. More...
#include <kdecore_export.h>#include <ktimezone.h>#include <QtCore/QSharedDataPointer>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 2340 of file kdatetime.cpp.
| QDataStream& operator<< | ( | QDataStream & | out, | |
| const KDateTime::Spec & | spec | |||
| ) |
Write spec to the datastream out, in binary format.
Definition at line 247 of file kdatetime.cpp.
| QDataStream& operator>> | ( | QDataStream & | in, | |
| KDateTime & | dateTime | |||
| ) |
Read a KDateTime object into dateTime from in, in binary format.
Definition at line 2346 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.
KDE 4.3 API Reference