Location:
calconv.h
Link against: ccon.lib
TArithmeticalDate
Supported from 6.1
Arithmetically-based date.
Used by the Gregorian calendar. Its public member data is the year, month and day.
Defined in TArithmeticalDate
:
TArithmeticalDate()
, iDay
, iMonth
, iYear
, operator==()
TBool operator==(const TArithmeticalDate& aDate) const;
Equality operator.
|
|
TInt iDay;
The day in the month. From 1 to 28/29/30/31. Note that this differs from the TDateTime
representation of the day, which begins at zero.
TInt iMonth;
The month. From 1 to 12. Note that this differs from the TDateTime
representation of the month, where January is zero.
TInt iYear;
The year.