KDECore
#include <kdecore_export.h>#include <ktimezone.h>#include <QtCore/QMetaType>#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 |
| class | KDateTime::Spec |
Functions | |
| QDataStream & | operator<< (QDataStream &out, const KDateTime::Spec &spec) |
| QDataStream & | operator<< (QDataStream &out, const KDateTime &dateTime) |
| QDataStream & | operator>> (QDataStream &in, KDateTime::Spec &spec) |
| QDataStream & | operator>> (QDataStream &in, KDateTime &dateTime) |
Detailed Description
Date/times with associated time zone.
Definition in file kdatetime.h.
Function Documentation
| QDataStream& operator<< | ( | QDataStream & | out, |
| const KDateTime::Spec & | spec | ||
| ) |
Write spec to the datastream out, in binary format.
Definition at line 248 of file kdatetime.cpp.
| QDataStream& operator<< | ( | QDataStream & | out, |
| const KDateTime & | dateTime | ||
| ) |
Write dateTime to the datastream out, in binary format.
Definition at line 2450 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 274 of file kdatetime.cpp.
| QDataStream& operator>> | ( | QDataStream & | in, |
| KDateTime & | dateTime | ||
| ) |
Read a KDateTime object into dateTime from in, in binary format.
Definition at line 2456 of file kdatetime.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:12 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
KDE API Reference