enum { kNanosecondScale = 1, kMicrosecondScale = 1000, kMillisecondScale = 1000 * 1000, kSecondScale = 1000 * 1000 * 1000 };
Used when a scale_factor parameter is required to define a unit of time.
Name Description kNanosecondScale Scale factor for nanosecond based times. kMicrosecondScale Scale factor for microsecond based times. kMillisecondScale Scale factor for millisecond based times. kSecondScale Scale factor for second based times.
© 2000 Apple Computer, Inc. (Last Updated 2/23/2000)