class TDayNameAbb : public TBuf< KMaxDayNameAbb > |
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.
Public Member Functions | |
---|---|
TDayNameAbb () | |
TDayNameAbb ( TDay ) | |
IMPORT_C void | Set ( TDay ) |
Inherited Enumerations | |
---|---|
TDesC16:TPrefix |
Inherited Attributes | |
---|---|
TDes16::__DECLARE_TEST | |
TDes16::iMaxLength |
IMPORT_C | TDayNameAbb | ( | ) |
Default constructor.
It constructs this object and initialises it with the current locale's abbreviated text for Monday.
IMPORT_C | TDayNameAbb | ( | TDay | aDay | ) |
Constructs this object and initialises it with the current locale's abbreviated text for the specified day of the week.
TDay aDay | An enumerator identifying the day of the week. |
IMPORT_C void | Set | ( | TDay | aDay | ) |
Re-retrieves the current locale's abbreviated text for the specified day of the week.
TDay aDay | Identifies the day of the week. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.