| class TChineseDate | 
Chinese date.
Its public member data is the year cycle, the year (1-60), the month (1-12), whether or not the month is a leap month, and the day in the month (1-29 or 30).
| Public Member Functions | |
|---|---|
| TChineseDate() | |
| IMPORT_C TBool | operator==(const TChineseDate &) | 
| Public Attributes | |
|---|---|
| TInt | iCycle | 
| TInt | iDay | 
| TBool | iLeapMonth | 
| TInt | iMonth | 
| TInt | iYear | 
| IMPORT_C TBool | operator== | ( | const TChineseDate & | aDate | ) | const | 
| const TChineseDate & aDate |