class TTimeFormatSpec : public TBuf< KMaxTimeFormatSpec > |
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());
Public Member Functions | |
---|---|
TTimeFormatSpec() | |
IMPORT_C void | Set() |
Inherited Enumerations | |
---|---|
TDesC16:TPrefix |
Inherited Attributes | |
---|---|
TDes16::__DECLARE_TEST | |
TDes16::iMaxLength |
IMPORT_C void | Set | ( | ) |
Sets the contents of the time string format specification from the system-wide settings.
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.