Microsoft DirectX 9.0

CRefTime::operator =

The = operator assigns a new reference time.

Syntax

CRefTime& operator=(
    const CRefTime& rt
);

CRefTime& operator=(
    const LONGLONG ll
);

Parameters

rt

Reference to a CRefTime object that specifies the new reference time.

ll

New reference time, in 100-nanosecond units.

Return Value

Returns a reference to the object.

See Also

CRefTime Class