Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: e32std.h
Link against: euser.lib

Class TDayNameAbb

TDayNameAbb

Support

Supported from 5.0

Description

Gets a copy of the current locale's abbreviated text name for a day of the week.

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.

The abbreviated day name cannot be assumed to be one character. In English, it is 3 characters (Mon, Tue, Wed etc.), but the length can vary from locale to locale, with a maximum length of KMaxDayNameAbb = 4.

Derivation

TBufBuild-independent modifiable buffer descriptor
TDayNameAbbGets a copy of the current locale's abbreviated text name for a day of the week
TDes16Modifiable 16 bit descriptor; abstract class
TDesC16Abstract base class for 16 bit descriptors

Defined in TDayNameAbb:
Set(), TDayNameAbb()

Inherited from TBuf:
operator=

Inherited from TDes16:
Append(), AppendFill(), AppendFormat(), AppendFormatList(), AppendJustify(), AppendNum(), AppendNumFixedWidth(), AppendNumFixedWidthUC(), AppendNumUC(), Capitalize(), Collate(), Copy(), CopyC(), CopyCP(), CopyF(), CopyLC(), CopyUC(), Delete(), Fill(), FillZ(), Fold(), Format(), FormatList(), Insert(), Justify(), LowerCase(), MaxLength(), MaxSize(), Num(), NumFixedWidth(), NumFixedWidthUC(), NumUC(), PtrZ(), Repeat(), Replace(), SetLength(), SetMax(), Swap(), Trim(), TrimAll(), TrimLeft(), TrimRight(), UpperCase(), Zero(), ZeroTerminate(), operator+=(), operator[]()

Inherited from TDesC16:
Alloc(), AllocL(), AllocLC(), Compare(), CompareC(), CompareF(), Find(), FindC(), FindF(), Left(), Length(), Locate(), LocateF(), LocateReverse(), LocateReverseF(), Match(), MatchC(), MatchF(), Mid(), Ptr(), Right(), Size(), operator!=(), operator<(), operator<=(), operator==(), operator>(), operator>=()


Construction


TDayNameAbb()

TDayNameAbb();

Description

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


TDayNameAbb()

TDayNameAbb(TDay aDay);

Description

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

Parameters

TDay aDay

An enumerator identifying the day of the week

[Top]


Explicit retrieval


Set()

void Set(TDay aDay);

Description

Re-retrieves the current locale's abbreviated text for the specified day of the week.

Parameters

TDay aDay

An enumerator identifying the day of the week