Carbon


UTCDateTime

Header: UTCUtils.h

struct UTCDateTime {
    UInt16 highSeconds; 
    UInt32 lowSeconds; 
    UInt16 fraction;
};
typedef UTCDateTime UTCDateTimePtr;

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)