Location:
calconv.h
Link against: ccon.lib
TChineseDate
Supported from 6.1
Chinese date.
Used by the Chinese calendar (TChineseCalendar
). 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).
Defined in TChineseDate
:
TChineseDate()
, iCycle
, iDay
, iLeapMonth
, iMonth
, iYear
, operator==()
TBool operator==(const TChineseDate& aDate) const;
Equality operator.
|
|
TInt iDay;
The day in the month (1-29 or 30).