Microsoft Windows CE 3.0  

COARefTime::COARefTime

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Constructs a COARefTimeobject.

COARefTime(
CRefTime
t
);
COARefTime(
REFERENCE_TIME
t
);
COARefTime(
double
d
);

Parameters

t
CRefTimevalue or REFERENCE_TIME value passed through to the class. Units are 100 nanoseconds.
d
A doublevalue that constructs the COARefTimeclass. Units in this case are (fractional) seconds.

Return Values

No return value.