calendarui/regionalplugins/calenregionalutil/inc/calenlunarlocalizedinfo.h
branchRCL_3
changeset 65 12af337248b1
parent 0 f979ecb2b13e
child 66 bd7edf625bdd
equal deleted inserted replaced
60:96907930389d 65:12af337248b1
    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();