calendarui/regionalplugins/calenregionalutil/inc/calenlunarlocalizedinfo.h
changeset 68 a5a1242fd2e8
parent 18 c198609911f9
child 89 b57382753122
equal deleted inserted replaced
58:ef813d54df51 68:a5a1242fd2e8
    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() { return iFestival; }
    54     IMPORT_C const TDesC& Festival();
    55     IMPORT_C const TDesC& SolarTerm() { return iSolarTerm; }
    55     IMPORT_C const TDesC& SolarTerm();
    56     IMPORT_C const TDesC& FullLunarDate() { return iFullLunarDate; }
    56     IMPORT_C const TDesC& FullLunarDate();
    57     IMPORT_C const TDesC& LunarYear() { return iLunarYear; }    
    57     IMPORT_C const TDesC& LunarYear();    
    58     IMPORT_C const TDesC& LunarMonthAndDay() { return iLunarMonthAndDay; }    
    58     IMPORT_C const TDesC& LunarMonthAndDay();    
    59     IMPORT_C const TDesC& AnimalYear() { return iAnimalYear; }    
    59     IMPORT_C const TDesC& AnimalYear();    
    60     IMPORT_C const TDesC& GregorianDate() { return iGregorianDate; }
    60     IMPORT_C const TDesC& GregorianDate();
    61 
    61 
    62 private:
    62 private:
    63     CCalenLunarLocalizedInfo();
    63     CCalenLunarLocalizedInfo();
    64 
    64 
    65     void ConstructL();
    65     void ConstructL();