Cached DateTz fields for faster formatting.
Declared in <bdlt_datetzformatter.h>
class DateTzFormatter_Cache;
This class facilitates faster access to a DateTz object during printing by batching access to several fields in a single call during construction and caching them for quick access later.
| Name | Description |
|---|---|
DateTzFormatter_Cache [constructor] | Cache a copy of the specified date and offset. |
date | Return the DateFormatter_Cache held by this object. |
offset | Return the cached UTC offset in minutes. |