calendarui/commonutils/inc/calendateutils.h
changeset 80 fa7c359294fa
parent 50 579cc610882e
equal deleted inserted replaced
77:b0711afde476 80:fa7c359294fa
   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}