calendarui/commonutils/inc/calendateutils.h
changeset 75 7ac58b2aae6f
parent 45 b6db4fd4947b
equal deleted inserted replaced
72:27feeedec790 75:7ac58b2aae6f
   118      * @param: aDate, which has the DD::MM::YY
   118      * @param: aDate, which has the DD::MM::YY
   119      */
   119      */
   120     static QDateTime defaultTime( const QDateTime& date );
   120     static QDateTime defaultTime( const QDateTime& date );
   121     
   121     
   122     static QDateTime futureOf(const QDateTime& dateTime, int numOfDays);
   122     static QDateTime futureOf(const QDateTime& dateTime, int numOfDays);
       
   123 	
       
   124     /**
       
   125      * @return the dateformat based current locale settings.
       
   126      */
       
   127     static  QString dateFormatString();
   123     
   128     
   124    
   129    
   125 private:
   130 private:
   126     // Hiding constructor, because this is static utility class.
   131     // Hiding constructor, because this is static utility class.
   127     //lint -e{1526} 
   132     //lint -e{1526}