calendarui/regionalplugins/calenregionalutil/inc/calenlunarlocalizedinfo.h
changeset 89 b57382753122
parent 64 1881ad52dc45
equal deleted inserted replaced
83:5aadd1120515 89:b57382753122
    49      * and you want to process them in a loop.
    49      * and you want to process them in a loop.
    50      * If day didn't had e.g. festival or solar term, KNullDesC is returned for those.
    50      * If day didn't had e.g. festival or solar term, KNullDesC is returned for those.
    51      */
    51      */
    52     IMPORT_C const TDesC& GetField( TField aField );
    52     IMPORT_C const TDesC& GetField( TField aField );
    53     
    53     
    54     IMPORT_C const TDesC& Festival();
    54     IMPORT_C const TDesC& Festival(); 
    55     IMPORT_C const TDesC& SolarTerm();
    55     IMPORT_C const TDesC& SolarTerm(); 
    56     IMPORT_C const TDesC& FullLunarDate();
    56     IMPORT_C const TDesC& FullLunarDate(); 
    57     IMPORT_C const TDesC& LunarYear();    
    57     IMPORT_C const TDesC& LunarYear();  
    58     IMPORT_C const TDesC& LunarMonthAndDay();    
    58     IMPORT_C const TDesC& LunarMonthAndDay();    
    59     IMPORT_C const TDesC& AnimalYear();    
    59     IMPORT_C const TDesC& AnimalYear();  
    60     IMPORT_C const TDesC& GregorianDate();
    60     IMPORT_C const TDesC& GregorianDate(); 
    61 
    61 
    62 private:
    62 private:
    63     CCalenLunarLocalizedInfo();
    63     CCalenLunarLocalizedInfo();
    64 
    64 
    65     void ConstructL();
    65     void ConstructL();