#include <e32std.h>
| class TTimeFormatSpec : public TBuf< KMaxTimeFormatSpec > | 
| Public Member Functions | |
|---|---|
| TTimeFormatSpec() | |
| IMPORT_C void | Set() | 
| Inherited Attributes | |
|---|---|
| TDes16::__DECLARE_TEST | |
| TDes16::iMaxLength | |
| Inherited Enumerations | |
|---|---|
| TDesC16:TPrefix | |
Contains a format list that defines the time string format.
An instance of this class should be passed as the second argument to TTime::FormatL(). The string does not include any time components. The content of the time format specification is taken from the system-wide settings.
This class is used as follows:
TTime now; now.HomeTime(); TBuf<KMaxTimeFormatSpec*2> buffer; now.FormatL(buffer,TTimeFormatSpec());
See also: KMaxTimeFormatSpec TTime::FormatL