CFDateGetTimeIntervalSinceDate |
||||
Header: | CFDate.h | Carbon status: | Supported | |
Returns the number of elapsed seconds between the specified CFDates.
CFTimeInterval CFDateGetTimeIntervalSinceDate ( CFDateRef date, CFDateRef otherDate );
A CFDate object.
A CFDate object whose value you wish to compare with the CFDate object specified in the first parameter.
The number of elapsed seconds between the two specified CFDates.
Supported in Carbon. Available in Carbon 1.0.2 and later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)