|
|
|
class TMonthName : public TBuf< KMaxMonthName >;
Gets a copy of the current locale's full text name for a month.
After construction or after a call to TMonthName::Set(TMonth), the copy of the text can be accessed and manipulated using the standard descriptor member functions provided by the base
class.
TBuf< KMaxMonthName > - No description.
TMonthName -
Gets a copy of the current locale's full text name for a month.
Defined in TMonthName:
Set(TMonth)Re-retrieves the current locale's text for the specified month.TMonthName()Default constructor.TMonthName(TMonth)Constructs this object and initialises it with the current locale's text for the...IMPORT_C TMonthName();
Default constructor.
Constructs the object and initialises it with the current locale's text for January.
IMPORT_C TMonthName(TMonth aMonth);
Constructs this object and initialises it with the current locale's text for the specified month.
|
IMPORT_C void Set(TMonth aMonth);
Re-retrieves the current locale's text for the specified month.
|
|