Carbon


LocalDateTime

Header: UTCUtils.h

struct LocalDateTime {
    UInt16 highSeconds; 
    UInt32 lowSeconds; 
    UInt16 fraction;
};
typedef LocalDateTime LocalDateTimePtr;

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