TChineseDate Class Reference

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).

Constructor & Destructor Documentation

TChineseDate()

IMPORT_C TChineseDate ( )

Default C++ constructor.

Member Functions Documentation

operator==(const TChineseDate &)

IMPORT_C TBool operator== ( const TChineseDate & aDate ) const

Tests whether two objects of this class are equivalent.

Parameters

const TChineseDate & aDate An object of this class.

Member Data Documentation

TInt iCycle

TInt iCycle

The year cycle.

TInt iDay

TInt iDay

The day in the month (1-29 or 30).

TBool iLeapMonth

TBool iLeapMonth

Whether or not the month is a leap month.

TInt iMonth

TInt iMonth

The month (1-12).

TInt iYear

TInt iYear

The year (1-60).