organizer_plat/calendar_custamization_api/inc/calencontext.h
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
--- a/organizer_plat/calendar_custamization_api/inc/calencontext.h	Wed Sep 01 12:32:31 2010 +0100
+++ b/organizer_plat/calendar_custamization_api/inc/calencontext.h	Tue Sep 14 21:17:03 2010 +0300
@@ -131,6 +131,21 @@
 		 */
         virtual TVwsViewId ViewId() const = 0;
         
+        /**
+         * Sets the start and end time of the instance that has to be created.
+         * @param aStartTime The start time of the instance that has to be created.
+         * @param aEndTime The end time of the instance that has to be created.
+         */
+        virtual void SetStartAndEndTimeForNewInstance( const TTime& aStartTime,
+                                            const TTime& aEndTime ) = 0;
+        
+        /**
+         * Gets the start and end time of the instance that has to be created.
+         * @param aStartTime The start time of the instance that has to be created.
+         * @param aEndTime The end time of the instance that has to be created.
+         */
+        virtual void GetStartAndEndTimeForNewInstance( TTime& aStartTime, TTime& aEndTime ) = 0;
+            
  
 	public:			// For Mutliple Context Support