Location:
e32std.h
Link against: euser.lib
class TDateSuffix : public TBuf< KMaxSuffix >;
Gets a copy of the current locale's date suffix text for a specific day in the month.
The text is the set of characters which can be appended to dates of the month (e.g. in English, st for 1st, nd for 2nd etc).
After construction or after a call to Set()
, the copy of the suffix text can be accessed and manipulated using the standard descriptor member functions provided by the
base class.
TBuf< KMaxSuffix >
- No description.
TDateSuffix
- Gets a copy of the current locale's date suffix text for a specific day in the month
Defined in TDateSuffix
:
Set()
, TDateSuffix()
, TDateSuffix()
IMPORT_C TDateSuffix();
Default constructor.
It constructs this object and initialises it with the current locale's date suffix text for the first day of the month.
IMPORT_C TDateSuffix(TInt aDateSuffix);
Constructs this object and initialises it with the current locale's date suffix text for the specified day of the month.
|
|
IMPORT_C void Set(TInt aDateSuffix);
Re-retrieves the current locale's date suffix text for the specified day of the month.
|
|