#include <e32std.h>
class TMonthNameAbb : public TBuf< KMaxMonthNameAbb > |
Public Member Functions | |
---|---|
TMonthNameAbb() | |
TMonthNameAbb(TMonth) | |
IMPORT_C void | Set(TMonth) |
Inherited Attributes | |
---|---|
TDes16::__DECLARE_TEST | |
TDes16::iMaxLength |
Inherited Enumerations | |
---|---|
TDesC16:TPrefix |
Gets a copy of the current locale's abbreviated text name for a month.
After construction or after a call to Set(), the copy of the abbreviated text can be accessed and manipulated using the standard descriptor member functions provided by the base class.
See also: KMaxMonthNameAbb
IMPORT_C | TMonthNameAbb | ( | ) |
Default constructor.
It constructs this object and initialises it with the current locale's abbreviated text for January.
IMPORT_C | TMonthNameAbb | ( | TMonth | aMonth | ) |
Constructs this object and initialises it with the current locale's abbreviated text for the specified month.
Parameters | |
---|---|
aMonth | Identifies the month. |
IMPORT_C void | Set | ( | TMonth | aMonth | ) |
Re-retrieves the current locale's abbreviated text for the specified month.
Parameters | |
---|---|
aMonth | Identifies the month. |
Panic Codes | |
---|---|
USER | 184, if the specified month is outside the permitted range. |