Concrete class for formatting and parsing dates in a locale-sensitive manner.
More...
#include <simpledateformat.h>
|
| SimpleDateFormat (const LogString &pattern) |
| Constructs a DateFormat using the given pattern and the default time zone. More...
|
|
| SimpleDateFormat (const LogString &pattern, const std::locale *locale) |
|
virtual void | format (LogString &s, log4cxx_time_t tm, log4cxx::helpers::Pool &p) const |
| Formats an log4cxx_time_t into a date/time string. More...
|
|
void | setTimeZone (const TimeZonePtr &zone) |
| Set time zone. More...
|
|
virtual | ~DateFormat () |
| Destructor.
|
|
virtual void | numberFormat (LogString &s, int n, log4cxx::helpers::Pool &p) const |
| Format an integer consistent with the format method. More...
|
|
void | addRef () const |
|
void | releaseRef () const |
|
virtual bool | instanceof (const Class &clazz) const =0 |
|
virtual const void * | cast (const Class &clazz) const =0 |
|
|
| DateFormat () |
| Constructor.
|
|
unsigned int volatile | ref |
|
Concrete class for formatting and parsing dates in a locale-sensitive manner.
◆ SimpleDateFormat()
log4cxx::helpers::SimpleDateFormat::SimpleDateFormat |
( |
const LogString & |
pattern | ) |
|
Constructs a DateFormat using the given pattern and the default time zone.
- Parameters
-
pattern | the pattern describing the date and time format |
◆ format()
virtual void log4cxx::helpers::SimpleDateFormat::format |
( |
LogString & |
s, |
|
|
log4cxx_time_t |
tm, |
|
|
log4cxx::helpers::Pool & |
p |
|
) |
| const |
|
virtual |
Formats an log4cxx_time_t into a date/time string.
- Parameters
-
s | string to which the date/time string is appended. |
tm | date to be formatted. |
p | memory pool used during formatting. |
Implements log4cxx::helpers::DateFormat.
◆ setTimeZone()
void log4cxx::helpers::SimpleDateFormat::setTimeZone |
( |
const TimeZonePtr & |
zone | ) |
|
|
virtual |
The documentation for this class was generated from the following file: