Location:
e32std.h
Link against: euser.lib
class TAmPmName : public TBuf< KMaxAmPmName >;
Current locale's am/pm text
This class retrieves a copy of the current locale's text identifying time before and after noon. In English, this is am and pm.
After construction or after a call to Set()
, the copy of the text can be accessed and manipulated using the standard descriptor member functions provided by the base
class.
TBuf< KMaxAmPmName >
- No description.
TAmPmName
- Current locale's am/pm text
Defined in TAmPmName
:
Set()
, TAmPmName()
, TAmPmName()
IMPORT_C TAmPmName();
Default constructor.
It constructs this object and initialises it with the current locale's text for identifying time before noon.
IMPORT_C TAmPmName(TAmPm aSelector);
Constructs this object and initialises it with the current locale's text for identifying time before or after noon as identified by the specified selector.
|
IMPORT_C void Set(TAmPm aSelector);
Re-retrieves the current locale's text for identifying time before or after noon as identified by the specified selector.
|
|