|
BDE 4.39.x Production Release
|
#include <bdlt_datetimeformatter.h>
This class facilitates faster access to a Datetime object during printing by batching access to several fields per call during construction and caching them for quick access later.
Public Member Functions | |
| DatetimeFormatter_Cache (const Datetime &value) | |
| const DateFormatter_Cache & | date () const |
| const TimeFormatter_Cache & | time () const |
|
inlineexplicit |
Create a format cache initialized with the specified value.
|
inline |
Return the date format cache held by this object.
|
inline |
Return the time format cache held by this object.