agendainterface/inc/agendaentry.h
changeset 23 fd30d51f876b
parent 18 c198609911f9
--- a/agendainterface/inc/agendaentry.h	Fri Apr 16 14:57:40 2010 +0300
+++ b/agendainterface/inc/agendaentry.h	Mon May 03 12:30:32 2010 +0300
@@ -210,11 +210,11 @@
 	void setInterval(int interval);
 	int interval() const;
 
-	void setUntil(const QDate& date);
-	QDate until() const;
+	void setUntil(const QDateTime& date);
+	QDateTime until() const;
 
-	void setRepeatRuleStart(const QDate& date);
-	QDate repeatRuleStart() const;
+	void setRepeatRuleStart(const QDateTime& date);
+	QDateTime repeatRuleStart() const;
 
 	void setWeekStart(Day day);
 	Day weekStart() const;
@@ -349,7 +349,10 @@
 
 	void setCompletedDateTime(const QDateTime& dateTime);
 	QDateTime completedDateTime() const;
-	
+
+	void setDTStamp(const QDateTime& dateTime);
+	QDateTime dtStamp() const;
+
 	int durationInSecs() const;
 	AgendaEntry& operator=(const AgendaEntry& other);
 	bool operator==(const AgendaEntry& other) const;