Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <e32std.h>
Link against: euser.lib

Class TDayName

class TDayName : public TBuf< KMaxDayName >;

Description

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

After construction or after a call to TDayName::Set(TDay), the copy of the text can be accessed and manipulated using the standard descriptor member functions provided by the base class.

Derivation

Members

Defined in TDayName:


Construction and destruction


TDayName()

IMPORT_C TDayName();

Description

Default constructor.

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


TDayName(TDay)

IMPORT_C TDayName(TDay aDay);

Description

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

Parameters

TDay aDay

Identifies the day of the week.

[Top]


Member functions


Set(TDay)

IMPORT_C void Set(TDay aDay);

Description

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

Parameters

TDay aDay

Identifies the day of the week.

Panic codes

USER

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