CFAbsoluteTime

Header: CFDate.h

Type used to represent a specific point in time relative to the absolute reference date of Jan 1 2001 00:00:00 GMT.

typedef CFTimeInterval CFAbsoluteTime;

Negative values indicate dates/times before the reference date. Positive values indicate dates/times after the reference date.


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