Carbon


Intl0Rec

Header: IntlResources.h

struct Intl0Rec {
    char decimalPt; 
    char thousSep; 
    char listSep; 
    char currSym1; 
    char currSym2; 
    char currSym3; 
    UInt8 currFmt; 
    UInt8 dateOrder; 
    UInt8 shrtDateFmt; 
    char dateSep; 
    UInt8 timeCycle; 
    UInt8 timeFmt; 
    char mornStr[4]; 
    char eveStr[4]; 
    char timeSep; 
    char time1Suff; 
    char time2Suff; 
    char time3Suff; 
    char time4Suff; 
    char time5Suff; 
    char time6Suff; 
    char time7Suff; 
    char time8Suff; 
    UInt8 metricSys; 
    SInt16 intl0Vers;
};
typedef Intl0Rec Intl0Ptr;

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