Location:
e32std.h
Link against: euser.lib
TShortDateFormatSpec
Supported from 6.0
Holds a list of commands which determine the short date format. For
example, in the English locale, the short date format would be something like
14/1/2000 and the long date format would be something like 14th January 2000.
An instance of this class should be passed as the second argument to
TTime::FormatL().The string does not include any time components.
The contents of the short date format specification are set from the
system-wide settings.
This class is used as follows:
TTime now;
now.HomeTime();
TBuf<KMaxShortDateFormatSpec*2> buffer; // KMaxShortDateFormatSpec is defined in e32std.h
now.FormatL(buffer,TShortDateFormatSpec());
|
Defined in TShortDateFormatSpec:
Set(), TShortDateFormatSpec()
Inherited from TBuf:
operator=
Inherited from TDes16:
Append(),
AppendFill(),
AppendFormat(),
AppendFormatList(),
AppendJustify(),
AppendNum(),
AppendNumFixedWidth(),
AppendNumFixedWidthUC(),
AppendNumUC(),
Capitalize(),
Collate(),
Copy(),
CopyC(),
CopyCP(),
CopyF(),
CopyLC(),
CopyUC(),
Delete(),
Fill(),
FillZ(),
Fold(),
Format(),
FormatList(),
Insert(),
Justify(),
LowerCase(),
MaxLength(),
MaxSize(),
Num(),
NumFixedWidth(),
NumFixedWidthUC(),
NumUC(),
PtrZ(),
Repeat(),
Replace(),
SetLength(),
SetMax(),
Swap(),
Trim(),
TrimAll(),
TrimLeft(),
TrimRight(),
UpperCase(),
Zero(),
ZeroTerminate(),
operator+=(),
operator[]()
Inherited from TDesC16:
Alloc(),
AllocL(),
AllocLC(),
Compare(),
CompareC(),
CompareF(),
Find(),
FindC(),
FindF(),
Left(),
Length(),
Locate(),
LocateF(),
LocateReverse(),
LocateReverseF(),
Match(),
MatchC(),
MatchF(),
Mid(),
Ptr(),
Right(),
Size(),
operator!=(),
operator<(),
operator<=(),
operator==(),
operator>(),
operator>=()
TShortDateFormatSpec();
The C++ constructor constructs the short date format specification;
calls Set().
void Set();
Sets the contents of the object from the system-wide settings.