KDECore
kdatetime.h
Go to the documentation of this file.
186 TimeZone,
191 LocalZone,
203 ClockTime
421 ISODate,
435 RFCDate,
442 RFCDateDay,
445 QtTextDate,
449 LocalDate,
453 RFC3339Date
480 Before = 0x01,
483 AtStart = 0x02,
487 Inside = 0x04,
491 AtEnd = 0x08,
495 After = 0x10,
498 Equal = AtStart | Inside | AtEnd,
501 Outside = Before | AtStart | Inside | AtEnd | After,
506 StartsAt = AtStart | Inside | AtEnd | After,
511 EndsAt = Before | AtStart | Inside | AtEnd
1308 static KDateTime fromString(const QString &string, TimeFormat format = ISODate, bool *negZero = 0);
QDataStream & operator>>(QDataStream &in, KDateTime::Spec &spec)
Read a KDateTime::Spec object into spec from in, in binary format.
Definition: kdatetime.cpp:274
bool operator<(const KEntryKey &k1, const KEntryKey &k2)
Compares two KEntryKeys (needed for QMap).
Definition: kconfigdata.h:124
The KTimeZones class represents a time zone database which consists of a collection of individual tim...
Definition: ktimezone.h:308
Time zone functions.
A class representing a date and time with an associated time zone.
Definition: kdatetime.h:171
QDataStream & operator<<(QDataStream &out, const KDateTime::Spec &spec)
Write spec to the datastream out, in binary format.
Definition: kdatetime.cpp:248
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:22:11 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:11 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.