CFDateGetTimeIntervalSinceDate

Header: CFDate.h Carbon status: Supported

Returns the number of elapsed seconds between the specified CFDates.

CFTimeInterval CFDateGetTimeIntervalSinceDate (
    CFDateRef date, 
    CFDateRef otherDate
);
Parameter descriptions
date

A CFDate object.

otherDate

A CFDate object whose value you wish to compare with the CFDate object specified in the first parameter.

function result

The number of elapsed seconds between the two specified CFDates.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later.


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