|
BDE 4.39.x Production Release
|
#include <bdlt_datetimetzformatter.h>
This class facilitates faster access to a DatetimeTz object during printing by batching access to several fields per call during construction and caching them for quick access later.
Public Member Functions | |
| DatetimeTzFormatter_Cache (const Datetime &datetime, int offset) | |
| const DatetimeFormatter_Cache & | datetime () const |
| int | offset () const |
|
inline |
Create a DatetimeTz format cache using the specified datetime and offset.
|
inline |
Return the Datetime format cache.
|
inline |
Return the offset.