KDECore
#include <kdecore_export.h>#include <ktimezone.h>#include <QtCore/QMetaType>#include <QtCore/QSharedDataPointer>Go to the source code of this file.
Classes | |
| class | KDateTime |
| class | KDateTime::Spec |
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
◆ operator<<() [1/2]
| QDataStream & operator<< | ( | QDataStream & | out, |
| const KDateTime & | dateTime ) |
Write dateTime to the datastream out, in binary format.
Definition at line 1621 of file kdatetime.cpp.
◆ operator<<() [2/2]
| 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.
◆ operator>>() [1/2]
| QDataStream & operator>> | ( | QDataStream & | in, |
| KDateTime & | dateTime ) |
Read a KDateTime object into dateTime from in, in binary format.
Definition at line 1622 of file kdatetime.cpp.
◆ operator>>() [2/2]
| 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.
This file is part of the KDE documentation.
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2026 The KDE developers.
Generated on by doxygen 1.15.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.