![]() |
DateCacheRecord |
Header: DateTimeUtils.h |
struct DateCacheRecord { SInt16 hidden[256]; }; typedef DateCacheRecord DateCachePtr;
The storage used for converting dates and times.
The StringToDate and StringToTime functions use the date cache, defined by the DateCacheStructure data type, as an area to store date conversion data that is used by the date conversion functions. This structure must be initialized by a call to the InitDateCache function. The data in this structure is privateyou should not attempt to access it.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)