KCal Library
Go to the documentation of this file.
31 #ifndef KCAL_FREEBUSY_H
32 #define KCAL_FREEBUSY_H
38 #include <QtCore/QByteArray>
84 FreeBusy(
const KDateTime &start,
const KDateTime &end );
93 FreeBusy(
Calendar *calendar,
const KDateTime &start,
const KDateTime &end );
114 QByteArray type()
const;
129 virtual void setDtStart(
const KDateTime &start );
138 void setDtEnd(
const KDateTime &end );
145 virtual KDateTime dtEnd()
const;
151 virtual void shiftTimes(
const KDateTime::Spec &oldSpec,
152 const KDateTime::Spec &newSpec );
170 void addPeriod(
const KDateTime &start,
const KDateTime &end );
178 void addPeriod(
const KDateTime &start,
const Duration &duration );
220 bool operator==(
const FreeBusy &freebusy )
const;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:29:14 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.