24 #include <tqdatetime.h>
25 #include "libkcal_export.h"
39 Period( const TQDateTime &start, const TQDateTime &end );
43 bool operator<( const Period& other );
53 bool operator==( const Period &other ) const;
63 TQDateTime start() const;
64 TQDateTime end() const;
67 bool hasDuration() const;
69 TQString summary() const;
70 void setSummary( const TQString &summary );
71 TQString location() const;
72 void setLocation( const TQString &location );
|