#include <e32std.h>
| class TDayName : public TBuf< KMaxDayName > |
| Public Member Functions | |
|---|---|
| TDayName() | |
| TDayName(TDay) | |
| IMPORT_C void | Set(TDay) |
| Inherited Attributes | |
|---|---|
| TDes16::__DECLARE_TEST | |
| TDes16::iMaxLength | |
| Inherited Enumerations | |
|---|---|
| TDesC16:TPrefix | |
Gets a copy of the current locale's full text name for a day of the week.
After construction or after a call to Set(), the copy of the text can be accessed and manipulated using the standard descriptor member functions provided by the base class.
See also: KMaxDayName
| IMPORT_C | TDayName | ( | ) |
Default constructor.
It constructs this object and initialises it with the current locale's text for Monday.
| IMPORT_C | TDayName | ( | TDay | aDay | ) |
Constructs this object and initialises it with the current locale's text for the specified day of the week.
| Parameter | Description |
|---|---|
| aDay | Identifies the day of the week. |
| IMPORT_C void | Set | ( | TDay | aDay | ) |
Re-retrieves the current locale's text for the specified day of the week.
| Parameter | Description |
|---|---|
| aDay | Identifies the day of the week. |