Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: e32std.h
Link against: euser.lib

Class TMonthNameAbb

class TMonthNameAbb : public TBuf< KMaxMonthNameAbb >;

Description

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.

Derivation

Members

Defined in TMonthNameAbb:
Set(), TMonthNameAbb(), TMonthNameAbb()

See also:


Construction and destruction


TMonthNameAbb()

IMPORT_C TMonthNameAbb();

Description

Default constructor.

It constructs this object and initialises it with the current locale's abbreviated text for January.


TMonthNameAbb()

IMPORT_C TMonthNameAbb(TMonth aMonth);

Description

Constructs this object and initialises it with the current locale's abbreviated text for the specified month.

Parameters

TMonth aMonth

Identifies the month.

[Top]


Member functions


Set()

IMPORT_C void Set(TMonth aMonth);

Description

Re-retrieves the current locale's abbreviated text for the specified month.

Parameters

TMonth aMonth

Identifies the month.

Panic codes

USER

184, if the specified month is outside the permitted range.