calendarui/caleneditor/inc/caleneditorcommon.h
changeset 64 1881ad52dc45
parent 57 bb2d3e476f29
--- a/calendarui/caleneditor/inc/caleneditorcommon.h	Wed Aug 25 14:02:13 2010 +0530
+++ b/calendarui/caleneditor/inc/caleneditorcommon.h	Tue Aug 31 18:15:13 2010 +0530
@@ -33,6 +33,8 @@
 
 // Constants
 const int SecsInOneHour( 3600 );
+const int SecsIn15Mins( 900 );  //15 * 60 secs
+const int SecsIn30Mins( 1800 ); //30 * 60 secs
 const int MaxRowsInTextItem(10);
 const int MaxCharacterLimit(255);