DateForm

Mac OS X header: CoreServices/CoreServices.h  
Mac OS 9 header: DateTimeUtils.h  

typedef SInt8 DateForm;
enum {
    shortDate = ,
    longDate = 1,
    abbrevDate = 2
};

© 2001 Apple Computer, Inc. (Last Updated July 17, 2001)