|
||
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 TAmPmName::Set(TAmPm)
, 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(TAmPm)
Re-retrieves the current locale's text for identifying time before or after noon...TAmPmName()
Default constructor.TAmPmName(TAmPm)
Constructs this object and initialises it with the current locale's text for ide...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.
|
|